- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-19-2022 07:04 AM
Hello,
OOTB three tables are used for Request module: REQ, RITM and SCTask.
We would like to simplify that, because we don't need multiple RITM in a same REQ, so I want to suggest to use RITM and SCTask tables only.
Is my approach good? Do you have any advice?
Thanks in advance,
Dr Yassine
Solved! Go to Solution.
- Labels:
-
Request Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-19-2022 08:00 AM
Hi Yassine,
This is a question a lot of teams have especially when they don't bundle multiple requested items under a single request.
Without breaking the relationship between REQ and RITM, you can consider customizing the order summary page to display RITM instead of REQ number.
Thanks,
Arav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-19-2022 07:11 AM
Hi,
the catalog process requires REQ -> RITM -> SC Task
Why do you wish to break the framework by not using REQ?
Whenever user submits a request it creates a REQ and within it there is a RITM.
The catalog tasks indicates what work will be performed and by whom under that RITM to fulfill the request.
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-19-2022 07:36 AM
Hi Ankur,
I'm honored you answered
Indeed, it creates a layer of complexity in multiple subjects:
- SLAs,
- Reporting,
- End users see REQ numbers, but agents work on SCTasks and RITM levels.
- Approvals in RITM are sent with RITM number, whereas the ticket number sent to the end user is REQ
- etc.
I don't see any advantage to keep Req layer (except staying OOTB).
Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-19-2022 08:07 AM
Hi,
If you come out of your case, there might be cases where multiple catalog items are ordered at a time. For suppose user adds two different catalog items into cart and submit at once. In that case REQ will be the parent and for each catalog item there will be one RITM as a child to the REQ. So you cannot break that functionality.
Hope that makes sense to your query.
Mark as correct and helpful if it solved your query.
Regards,
Sumanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-19-2022 08:11 AM
Thanks Sumanth,
We didn't design such a behavior. Each item can only be ordered separately.
We will not break the REQ link with RITM, just ignoring it.