Hi,
We have renamed inventory ID field to "Cost code" under purchase order detail screen and now this field is not appearing on the mobile App.
Can someone please help me on this ?
Thanks :-)
Hi,
We have renamed inventory ID field to "Cost code" under purchase order detail screen and now this field is not appearing on the mobile App.
Can someone please help me on this ?
Thanks :-)
Best answer by sweta68
Hi
Yes, sure. below is the code snippet I have used to display Cost codes field.
update screen PO301000 {
update container "Details" {
add field "CostCodes" {
displayName = "Cost Codes"
placeAt 0
listPriority = 98
selectorDisplayFormat = Key
selector {
fieldsToShow = 2
add field "InventoryID" {
forceType = "String"
}
add field "Description" {
forceType = "String"
}
add field "ItemClass" {
forceType = "String"
}
add field "ItemStatus" {
forceType = "String"
}
}
}
}
}
Regards,
Sweta
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.