Create Copy button on RITM form.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2022 08:04 PM
Hi,
I need to create one "Copy" button on request item table (sc_req_item).
Please help me how can I achieve this.
Regards,
Mukul
- Labels:
-
Personal Developer Instance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2022 02:04 AM
Hi
for a better understanding, I added some screenshots and also fixed a bug in the UI Action script.
Maybe you want to give it another try.
Kind regards
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2022 06:39 AM
Hi Maik,
Thanks for your help. Solution provided by perfectly fine.
Just have one ask, can we included multi row variable set in catalog item. As I need to show one table in variable and that can be achieve by multi row variable set as per my understanding. or if there is any other alternate to add table.
I have to add table which contains below column :
Employee Name - Reference (User Table)
Department - Single Line Text
Grade - Single Line Text
bonus - Single Line Text
I have to add multiple employee here while submitting request.
Regards,
Mukul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2022 11:07 PM
Hi Mukul,
You can ceate a Copy Ui action. You can refer a OOB UI action available on incident table "Copy incident". You can keep this UI action as reference and try to implement same for RITM table. You need to change write scrips for the same.
Thanks,
Sunny.