Skip to main content

 

Try to update Screen Appointment List to add addressline1 shows error after publish in mobile

 

update screen FS400100 {
 update container "Appointments" {
     fieldsToShow = 9
     add field "SettingsAddress#AddressLine1"{
    displayName = "Address"
    selectorDisplayFormat = KeyDescription
   listDisplayFormat = CaptionValue
   forceIsVisible = True
   }
      
 }
 }

Hi,

 

Please note that in order to add a field(or container) to the Acumatica Mobile App, the field must exist in the actual Web screen. ( it does not have to be visible but it must exist in the aspx file) For the FS400100 screen by default the AddressLine1 field is not included. So in order to be able to add this field to the Mobile screen you must do the following:

 

-Add the desired field to the FS400100 (via Customization Project if needed).

-Follow the instructions here: https://help.acumatica.com/Help?ScreenId=ShowWiki&pageid=53dc4043-f69c-42f7-a235-384fb0629fa3 to get the proper container/field name to use in your MSDL Code.

-Then proceed to add the field to your mobile screen.

 

Hope this helps.


Reply