Solved

Update a field in mobile interface

  • 5 November 2023
  • 3 replies
  • 106 views

Userlevel 1

I would like update the screen AR30300.

When I open a customer, The field is disable, in the ERP, we can update the field

Thanks Xavier

icon

Best answer by rakshandad31 6 November 2023, 18:03

View original

3 replies

Userlevel 7
Badge +12

Hi @KVGLIA 

Which field are you trying to change the name or you want to be able to enter a code client and have the system load that customer

Userlevel 3

Hi @KVGLIA  ,

According to my understanding Once you Select any customer in mobile app, you don't have feasibility to modify any of the field, all fields are disabled,

If you want to modify any particular field, you can try below code,

Eg- I want to update AccountName field which is read-only, 

 
 update screen AR303000 {  
 OpenAs = Form
 update container "CustomerSummary" {    
    #AccountSummary Account Name
    update field"GeneralAccountInfo#AccountName"{
    forceIsDisabled = false
      textType = PlainSingleLine
    }    

    #Save and Cancel Action    
    add recordAction "Save" {
 behavior = Save
 }
    add recordAction "Cancel" {
 behavior = Cancel
 }

  }
}  

By using above code, I am able to update AccountName field for Customer, 

Hope this helps !!

Userlevel 1

thanks @dcomerford & @rakshandad31, I can update a field. Do you know if it’s possible to update a field in the “update layout "CustomerHeader" “ ? Update Jacque for example. 

 

I think it’s not possible. Can you confirm me ?

Xavier

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