- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-03-2022 08:01 PM
Hi all,
I want to copy Request Item(sc_req_item) like incident and Change Request(change_request).
For exmaple, when I open the incident record and right click on the header I can copy the incident.
I want to do the same thing at Request Item.
Are there anyone who have idea about this topic?
Thanks.
Solved! Go to Solution.
- Labels:
-
Request Management
-
Service Catalog

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-03-2022 08:05 PM
Hi There is already a OOB UI action on sc_request table called"COPY" UI action. Which creates copy of request and ritm. you may need to implement this on request level.
The flow is requset-ritm-task so you cant do this on ritm level . Even if you want to do it on RITM level you need to take care of request as well.
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-03-2022 08:03 PM
I think you can't

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-03-2022 08:05 PM
Hi There is already a OOB UI action on sc_request table called"COPY" UI action. Which creates copy of request and ritm. you may need to implement this on request level.
The flow is requset-ritm-task so you cant do this on ritm level . Even if you want to do it on RITM level you need to take care of request as well.
Harish

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-03-2022 08:20 PM
Hey,
You can follow below article to achieve the same.
How to clone RITM with all variables
Feel free to mark correct, If I answered your query.
Will be helpful for future visitors looking for similar questions 🙂
Aman Kumar