Business Object State

You can use several MQL commands to control the state of a business object.

approve businessobject OBJECTID signature SIGN_NAME [comment VALUE];
ignore businessobject OBJECTID signature SIGN_NAME [comment VALUE];
reject businessobject OBJECTID signature SIGN_NAME [comment VALUE];
unsign businessobject OBJECTID signature SIGN_NAME|all [comment VALUE];
enable businessobject OBJECTID [state STATE_NAME];
disable businessobject OBJECTID [state STATE_NAME];
override businessobject OBJECTID [state STATE_NAME];
promote businessobject OBJECTID;
demote businessobject OBJECTID;
updatestate businessobject OBJECTID:
  • OBJECTID is the OID or Type Name Revision of the business object.

For more information, see MQL Concepts: Modifying the State of a Business Object.