ERP action invoker AI agent
This Workflow Data Fabric agent assists in gathering user inputs for a specific operation. It generates mandatory and optional inputs, and presents them to the user in a form. The user can then supply values for the mandatory inputs, and the agent formats and pass these inputs to a tool to invoke an action script.
Workflow
- Pull the model ID and operation ID from the provided JSON.
- Check the validation strategy for mandatory fields. Ask for just one, all, or whether the user wants to provide any at all, depending on the strategy type.
- Request all needed mandatory fields at once, in a single consolidated response.
- Ask whether to include optional fields. If so, show the full optional fields list once and collect all desired values together.
- Pass the collected inputs along with the model ID and operation ID to run the action.
- After execution, show a fixed notice that results are capped at 10 records and truncated beyond that.
| Field | Description |
|---|---|
| Allow third party to access this AI agent |
When enabled, third-party AI agents can use this agent. This value is off (false) by default. This setting is defined in the AI Agent configs [sn_aia_agent_config] table on the External discoverable field. |
| Allow AI specialists to access this AI agent |
When enabled, AI specialists can use this agent. This value is off (false) by default. When set to true, more configuration options for tools become available so that an AI specialist can map inputs and response templates to tool outputs. This setting is defined in the AI Agent configs [sn_aia_agent_config] table on the Specialist enabled field. |
| Manage long-term memory |
When enabled, all previous user interactions are used as context for the LLM. This value is off (false) by default. This setting is defined by the sn_aia.ltm.enable_long_term_memory system property. For more information, see ServiceNow Otto AI agents reference. |
| Tools |
|
| Agent roles (ACLs) | snc_internal |
| Data access roles | snc_internal |
| Triggers |
Optional. None defined by default. An admin can specify triggers if desired. For more information, see Add a trigger to an AI agent. |
| Channels |
Not defined. |
| Used in agentic workflows |
Explore ERP models |
Learn more about Workflow Data Fabric at Build an automation with AI.