Create a catalog request from another flow
-
- UpdatedJul 31, 2025
- 2 minutes to read
- Zurich
- Now Platform Capabilities
You can create a catalog request to join the Service Catalog flow from a different flow. For example, from an incident flow, you can create a request, and associate the request with the incident. It helps you in tracking the requests associated with an incident and vice versa.
Before you begin
Role required: itil
- To associate a request with any parent table record, the corresponding mapping configuration should be available in the submodule.
- To associate a record producer request with the parent table record, retrieve the sysparm_parent_sys_id and sysparm_parent_table parameters from the URL using the RP.getParameterValue() method in the Script field of the record producer.
Note: If you set the Use the sc_layout driven cart macros (default
true) (glide.sc.use_cart_layouts) property to
false and create a request from a parent table record,
the request is not associated with the parent table record.
Procedure