Is it possible to copy Request Item(sc_req_item)?

shun6
Giga Sage

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. 

find_real_file.png

1 ACCEPTED SOLUTION

Harish KM
Kilo Patron
Kilo Patron

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.

Regards
Harish

View solution in original post

3 REPLIES 3

ServiceNow Use6
Tera Guru

I think you can't

Harish KM
Kilo Patron
Kilo Patron

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.

Regards
Harish

Aman Kumar S
Kilo Patron

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 🙂

Best Regards
Aman Kumar