Execute Data Resource or GlideRecord/Ajax in Workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2025 04:31 AM
We have a requirement to clone the existing record, which will be selected from the related list. We will take the input of how many times we need to clone the existing record.
We have used related list declarative action with modal. We can use "create record data resource," but it only executes 1 time; we need to execute it multiple times.
How can we achieve that? Do we have functionality to execute GlideAjax or GlideRecord in Workspace or any other method ?
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2025 05:03 AM
did you search for any existing OOB related list action which uses GlideAjax?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2025 03:38 AM
Instead of GlideAjax, I created the Transform-type data resource and used the scripting there, which resolved my current issue.