Update target application directly with the requested action

To create a request that does not require approval to update the target application, you need to create a template that has no approval stages. For this, configure settings in the ApprovalOptions.xml file before creating the no stage approval template.

appupdatebeforeexit_ApprovalOptions.xml

Configure the xml as :

XML file name and path [InstallPath]\Settings\ApprovalOptions.xml
Tag <workflowstages>
Node <appupdatebeforeexit>no</appupdatebeforeexit>
Configuration setting Set the value of appupdatebeforeexit to:
  • yes - Requested actions are carried out directly in the target application.
  • no - The target application is not updated with the requested action and the request is marked as completed.
Default The default value is no.
Note: The new settings are reflected only in requests that are created after the settings are modified.