{{tag>Index Action Action_List Business_Object Process UI}} ====== 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. ===== Syntax ===== ''EDIT'' AttributeIdentifier() where AttributeIdentifier() must be either the name of the business object or the name of its reference attribute. ===== Example ===== EDIT Account or EDIT Account.Type 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. 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'