Subagent: Check Number Inquiry Request
Enable the Agentforce agent to help customers select a financial account and inquire about the status, issue date, and clearing details of a specific check.
Required Editions
| Available in: Lightning Experience |
| Available in: Professional, Enterprise, and Unlimited Editions with Agentforce Financial Services (formerly Financial Services Cloud) |
| User Permissions Needed | |
|---|---|
| To configure check number inquiry request subagent: | Financial Services Cloud Extension OR FSC Service AND Industry Service Excellence AND Omnistudio Admin AND Unified Catalog Admin AND Context Service Admin |
| To use check number inquiry request subagent: | Financial Services Cloud Extension OR FSC Service AND Industry Service Excellence AND Omnistudio User |
| To use Agentforce: | Agentforce Service Agent User |
Subagent Details
| API Name | CheckNumberInquiryRequest |
| Included Agent Actions |
Examples of Utterances That Trigger This Subagent
- "What check numbers have cleared on my account recently?"
- “I need to verify if check 5678 has been cashed yet”
Set Up Check Number Inquiry Request Subagent
Use these steps to set up the Check Number Inquiry Request subagent for Agentforce Banking Service Customer Assistance.
-
Create the named credentials for the subagent.
The subagent uses named credentials to specify the secure endpoint URL and authentication credentials required to connect Salesforce to any external system.
For this subagent, you must create the two named credentials: FSC_retail_savings_integrations_V1_0_0 and FSC_retail_current_integrations_V1_0_0
For more information, see Connect to MuleSoft and Create a Named Credential for the Service Process.
-
Create an integration definition for the subagent.
The subagent uses integration definitions that call the Connect API to fulfill a service request.
- From Setup, in the Quick Find box, enter Integration Definitions, and then select Integration Definitions.
- Click + New.
- Select Apex Defined as the integration definition type.
- Enter FSC_GetCheckDetails as the name and developer name of the definition.
-
Find and select the
fscserviceprocess__FetchCheckDetailsApex class. -
Confirm that the attribute values are
FSC_retail_savings_integrations_V1_0_0, and
FSC_retail_current_integrations_V1_0_0.
The Attribute Name and Attribute Value fields are automatically populated. To point to a different Named Credential, enter an attribute name and attribute value.
- Save and activate the integration definition.
- Setup and Configure Banking Service Customer Assistance.

