Show pageOld revisionsBacklinksExport to PDFExport Page to HTML/PDFBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. {{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 ===== <code aim>EDIT Account </code> or <code aim>EDIT Account.Type </code> <callout type="primary" icon="true" title="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, <code aim>EDIT Account USING 'Form for administrators' </code> where ‘Form for administrators’ is the name of the form that must be configured with the Account object.</callout> <callout type="primary" icon="true" title="note"> It is possible to optionally indicate the name of the specific section of the business object that will be displayed first, for example: <code aim>EDIT Account USING 'Form for administrators' FORM_SECTION 'Personal details' </code></callout> Last modified: 2023/05/09 01:35 Log In