Skip to main content
Solved

Premium Freight on SO in Mobile app?


fosterjeff01
Freshman I
Forum|alt.badge.img

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?

Best answer by Anacarina Calvo

Hi @fosterjeff01 

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: 

  • On the Customization Projects create a new document or customize an existing one
  • Click on Mobile Application section on the left of the screen
  • Use action of Update Existing Screen and select Sales Orders SO301000
  • On the Update FS300200 section, add the following code to add the fields 
    update screen SO301000 {
      update container "OrderSummary" {
        update layout "OrderSettingsTab" {
          update group "OtherGroup" {
            add field "TotalsFreightInfo#FreightPrice"
            add field "TotalsFreightInfo#PremiumFreightPrice"
          }
        }
      }
    }
  • Publish the customization
View original
Did this topic help you find an answer to your question?

4 replies

Kandy Beatty
Captain II
Forum|alt.badge.img+16

Hi @fosterjeff01 

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. 


Kandy Beatty
Captain II
Forum|alt.badge.img+16

Anacarina Calvo
Pro I
Forum|alt.badge.img+4

Hi @fosterjeff01 

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: 

  • On the Customization Projects create a new document or customize an existing one
  • Click on Mobile Application section on the left of the screen
  • Use action of Update Existing Screen and select Sales Orders SO301000
  • On the Update FS300200 section, add the following code to add the fields 
    update screen SO301000 {
      update container "OrderSummary" {
        update layout "OrderSettingsTab" {
          update group "OtherGroup" {
            add field "TotalsFreightInfo#FreightPrice"
            add field "TotalsFreightInfo#PremiumFreightPrice"
          }
        }
      }
    }
  • Publish the customization

fosterjeff01
Freshman I
Forum|alt.badge.img
  • Author
  • Freshman I
  • 67 replies
  • May 8, 2023
Anacarina Calvo wrote:

Hi @fosterjeff01 

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: 

  • On the Customization Projects create a new document or customize an existing one
  • Click on Mobile Application section on the left of the screen
  • Use action of Update Existing Screen and select Sales Orders SO301000
  • On the Update FS300200 section, add the following code to add the fields 
    update screen SO301000 {
      update container "OrderSummary" {
        update layout "OrderSettingsTab" {
          update group "OtherGroup" {
            add field "TotalsFreightInfo#FreightPrice"
            add field "TotalsFreightInfo#PremiumFreightPrice"
          }
        }
      }
    }
  • Publish the customization

You ROCK!  Thank you for this perfect example!  Works great!


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings