UI action that can associate current record to multiple records
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
I have a custom table where I am trying to implement a UI action to open a list pop up that allows user to add records that are related to the current record. How do i implement something like this? (refer to the picture)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
you can see how the OOTB Add button is configured and do something similar for your table
SOLVED: Workaround for "Edit ..." buttons on Related Lists of Workspaces
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
an hour ago
Hi @cnshum ,
You can create a UI Action that opens a pop-up window to add related records, you need to use a client-side script with GlideModal or GlideDialogWindow. This approach involves building a UI Page or using a simple list view, then passing the necessary information (like the current record's sys_id) to the pop-up.
You can take help of chatGPT or something to write code for you.
Mark this as helpful and correct if this answers your question.
Thanks,
Yaswanth