Created related list for assignment rule for HR service
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2025 09:24 AM
Hi All,
Can someone help me on the below issue please.
I have HR Service name (Permanent Staff) under this service in ,related list I have created new tab assignment rules
HR service table is talent management
on the HR service form related list is visible, but i want to see the related assignment rules for the particular HR service.
if any assignment rules are there for particular HR service it should visible under related assignment rules
Please help me on this.
Thank you..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2025 08:27 PM
is that a defined relationship which you have created?
if yes then please share the configuration and script which you have written to fetch
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
01-21-2025 08:53 PM
Thank you for reply
written the above script but on the HR service form in assignment rules tab showing all the assignment rules, but i want to visible only assignment rule which is related to current HR service ,
Please help me on this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2025 09:00 PM
update line 6 as this
current.addQuery('table', parent.sys_class_name);
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
01-21-2025 09:05 PM
I have already added the above line, but its not working, after adding no records showing in assignment rule on HR service form
Please help me on this