Am I just missing it, or is there no way to add Premium Freight to an SO in the mobile app? I’ve looked everywhere but can’t find it, which seems like a strange omission.
If not, does anyone have a customization for mobile that adds it?
Am I just missing it, or is there no way to add Premium Freight to an SO in the mobile app? I’ve looked everywhere but can’t find it, which seems like a strange omission.
If not, does anyone have a customization for mobile that adds it?
Hi
I don’t have a customization for it but I know out of the box, it does not appear in the mobile app. There is no Totals screen in the mobile app and that is where you would add premium freight.
This may help you also:
Hi
Here is how you can add the Freight Price and Premium Freight Price fields to the mobile app. On the example I have added the fields on the Settings tab, on the Other section:
update screen SO301000 {
update container "OrderSummary" {
update layout "OrderSettingsTab" {
update group "OtherGroup" {
add field "TotalsFreightInfo#FreightPrice"
add field "TotalsFreightInfo#PremiumFreightPrice"
}
}
}
}
Hi
Here is how you can add the Freight Price and Premium Freight Price fields to the mobile app. On the example I have added the fields on the Settings tab, on the Other section:
update screen SO301000 {
update container "OrderSummary" {
update layout "OrderSettingsTab" {
update group "OtherGroup" {
add field "TotalsFreightInfo#FreightPrice"
add field "TotalsFreightInfo#PremiumFreightPrice"
}
}
}
}
You ROCK! Thank you for this perfect example! Works great!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.