Replace REQ with RITM link when creating Request from Incident in Service Operations Workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Hi All,
I am working on Incident → Request integration in Service Operations Workspace.
Currently, when we use the Create Request option from an Incident, the confirmation page and the Incident record show the Request (REQ) number and link.
Example: After submitting, it shows Request Number: REQ0013011, and the View Details button also opens the REQ record.
Requirement:
Instead of showing the REQ, I need it to show the RITM that gets created under that Request.
On the Incident form, I want to display/link the RITM record instead of the REQ.
On the confirmation screen, the View Details button should also open the RITM details page.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
Hi,
Have you created your custom action for this?
After request is created you need to use gliderecord to find its RITM and return the RITM. If you can share your code, I can help you to change
Palani