Solved

Mobile App Screen Customization Add Field - Bills and Adjustments

  • 4 April 2023
  • 4 replies
  • 138 views

Userlevel 3
Badge

Hello!  I have created the following modification and published the Customization, but I am not seeing the new field on the Mobile App:

In the Mobile App, the Cost Code Description displays in the Details, but the Cost Code does not.  Client requests adding the Cost Code ID.

 

Work done:

Customization code:

update screen AP301000 {
 
  update container "Details"
    
    {add field "CostCodeID"}}

 

Should be displayed here:

 

icon

Best answer by Anacarina Calvo 5 April 2023, 17:22

View original

4 replies

Userlevel 6
Badge +4

Hi @Debbie Reed CLA 
Which version are you in? in 2022R2 the field is called CostCode (not CostCodeID)


update screen AP301000 {

  update container "Details" {

    add field "CostCode"

  }

}

 

 

Userlevel 3
Badge

Hi @Anacarina Calvo ,

Thank you for your reply.  Yes, that is already there, but it displays the Description of the cost code in the Mobile App, not the Cost Code itself.  Client wants to also see the code.

 

 

Userlevel 6
Badge +4

To show the ID you need to use selectorDisplayFormat = Key 

update screen AP301000 {

  update container "Details" {

    add field "CostCode" {

        selectorDisplayFormat = Key

      }

  }

}

 

You could also use SelectorDisplayFormat =  KeyDescription to show Key and Description

Userlevel 3
Badge

Thank you @Anacarina Calvo 

 

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