Actions
This feature can be used to allow users to perform some actions like triggering an agent for a list of transactions.
Example scenario: Trigger an INVOICE agent when user selects a custom action ‘Reprocess Invoice’ from the UI on the user selected list of invoices.
Below are the setups required:
Login as DBA.ADMIN to create a label.
Configuration and Administration > User Configuration > Label Manager
Login to transactions domain as ADMIN now and create a custom action to call the agent.
Configuration and Administration > User Configuration > Actions Manager
Enter below details:
Action = Give some name to the action
Label=Give name of label created in earlier step
Action Definition ID=RUN_AGENT_INVOICE
Agent ID=Select the name of the agent that should trigger.