Skip to content
Release: Australia · Updated: 2026-07-09 · Official documentation · View source

Inbound Request

Track the status of Sales CRM workflows and enable agents to track the status of any synchronous and asynchronous flows. It also supports processing dependent records sequentially to make sure that the data stays accurate and consistent.

Inbound request table

Add a record to the modified Inbound Request table [sn_tmt_core_inbound_queue].

The following fields have been added to enhance the Inbound Request table:

  • Requested flow
  • Account
  • Contact
  • Consumer
  • Response payload
  • Source record ids
  • Status
  • Run in the background
  • Initiated by
  • Domain
  • Execute after
  • Request configuration
  • Job id
FieldsDescriptionField type
Requested flowThe reference to the Lead to Cash Entity mapping, for example Sold Product to Order mapping.Reference: sn\_l2c\_core\_entity\_mapping
Run in backgroundDetermines whether the flow is synchronous or asynchronous.True/FalseDefault value: True
ResourceThe name of the flow that creates the record in the Inbound Request table.String
Source record idsSystem-generated id of the source records.List
Source tablePrimary Lead to Cash Entity table on which the request is triggered.Table name
Record idSystem-generated id of the target record.String
Reference tableName of the target entity table for the request.Table name
PayloadRequest received as input to trigger the flow.String
Response payloadResponse of the request that contains the result of the flow and captures the record-level action and transaction status.JSON
StateCurrent state of the transaction.String \(choice\)New, In progress, Completed, Error, Pending
StatusThe status of completion of the flow, for example success, partial success, failureString \(choice\)Success, partial success, failure
Error messageError message that is returned for an exception.String
AccountThe account associated with the source or target record.Reference: customer\_account
ContactThe contact associated with the source or target record.Reference: customer\_contact
ConsumerThe consumer associated with the source or target record.Reference: csm\_consumer
Initiated byThe user id from the current user session.Reference: sys\_user
DomainThe current domain scope of the record, for example globalDomain id
Request ConfigurationThe reference to the Inbound Request Configuration table.strict\_read\_only fieldReference: sn\_tmt\_core\_inbound\_queue\_config
Execute AfterInbound request that must be processed before the current request.strict\_read\_only fieldReference: Inbound Request
Job idReference to Upgrade Inventory Job table.strict\_read\_only fieldReference: sn\_ind\_tmt\_orm\_upgrade\_inventory\_job

Note: The requested_flow and response_payload fields aren’t visible to agents.

Use the Requested flow <is not empty> to filter out records using the Lead to Cash core APIs. The Inbound Request table [sn_tmt_core_inbound_queue] provides the status and other details related to the request. For example, while creating an order through a quote record, a confirmation message with the order header number.

Note: The flow designer SOM Request Processor is deprecated. Requests are directed to the flow designer IBQ Request Processor.

Security roles

RolePermission
Inbound Queue admin \[sn\_tmt\_core.inbound\_queue\_admin\]Create, read, delete, and update
Inbound Queues Create User \[sn\_tmt\_core.inbound\_queue\_create\_user\]CreateNote: For Sales CRM requests, the user doesn't have access to the response_payload, payload, or requested_flow fields.
Inbound Queues Write User \[sn\_tmt\_core.inbound\_queue\_writer\]

Write access for non Sales CRM requestsRead only access for Sales CRM requests

Note: For Sales CRM requests, the user doesn't have access to the response_payload, payload, or requested_flow fields.

Inbound Queue Read User \[sn\_tmt\_core.inbound\_queue\_read\]

Read access to all Sales CRM requests

Note: For Sales CRM requests, the user doesn't have access to the response_payload, payload, or requested_flow fields.

Archival policies

Archive the records in the Inbound Request table and determine when to clean up records on the table after a certain number of days. You can implement a different retention period for successful and failed requests.

Archival ruleTime period
Successful requests10 days
Failed requests30 days

Related topics

Inbound Request Configuration