custom edit slushbucket label issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2025 01:33 PM
Hello guys,
I have a silly problem that has been messing with me the all day.
I made a m2m using cmdb_ci_business_app and sys_store_app
I have a custom table
and I am displaying that m2m in a related list after creating the relationship between my custom table and the m2m table like this:
I made a UI Action to use as a EDIT...
script:
var uri = action.getGlideURI();
uri.set('sysparm_collectionID', parent.business_application);
uri.set('sysparm_collection_key', 'u_cmdb_ci_business_app');
uri.set('sysparm_collection_related_file', 'sys_store_app');
uri.set('sysparm_collection_related_field', 'sys_store_app');
uri.set('sysparm_m2m_ref', 'u_m2m_cmdb_ci_busi_sys_store_ap');
uri.set('sysparm_stack', 'no');
action.setRedirectURL(uri.toString('sys_m2m_template.do'));
everything works great except for this label:
Any tips on how to resolve this? I cannot find the answer anywhere
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2025 10:25 PM
seems like a bug.
Will have to check in my instance when I get some time.
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
10-05-2025 11:17 PM
Thanks @Ankur Bawiskar appreciate your help always 🙂
