Solved

Premium Freight on SO in Mobile app?

  • 4 May 2023
  • 4 replies
  • 31 views

Userlevel 3
Badge

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?

icon

Best answer by Anacarina Calvo 5 May 2023, 18:00

View original

4 replies

Userlevel 7
Badge +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. 

Userlevel 7
Badge +16

This may help you also:

https://help.acumatica.com/(W(15))/Help?ScreenId=ShowWiki&pageid=bdd71d43-d1c5-4b66-b6ad-7c0df0f224b0

Userlevel 6
Badge +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
Userlevel 3
Badge

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


About Acumatica ERP system
Acumatica Cloud ERP provides the best business management solution for transforming your company to thrive in the new digital economy. Built on a future-proof platform with open architecture for rapid integrations, scalability, and ease of use, Acumatica delivers unparalleled value to small and midmarket organizations. Connected Business. Delivered.
© 2008 — 2024  Acumatica, Inc. All rights reserved