EDIT

This action displays a form of the existing instance of a business object to the user and waits for the user to provide the new values of the attributes.

EDIT AttributeIdentifier()

where AttributeIdentifier() must be either the name of the business object or the name of its reference attribute.

EDIT Account 

or

EDIT Account.Type 

note

It is possible to optionally indicate the name of the specific form of the business object that will be used when editing the object, for example,
EDIT Account USING 'Form for administrators' 

where ‘Form for administrators’ is the name of the form that must be configured with the Account object.

note

It is possible to optionally indicate the name of the specific section of the business object that will be displayed first, for example:
EDIT Account USING 'Form for administrators' FORM_SECTION 'Personal details' 
  • Last modified: 2023/05/09 01:35