Not able to select groups in assignment group field in cases?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2022 04:20 AM
Hi,
We are facing an issues i.e., we were not able to select groups in assignment group field.
1.We have a dictionary override for the assignment group field in parent table and it is not satisfying the condition
2. we have a business rule that when account field changes in the case form and assignment group type is csm then it should display the groups in assignment group field .
But, somehow the business rule is not working as expected, i.e., when account changes in case form ,it is not entering into the business rule .
How to solve this issue and make the csm type groups display in the assignment group field without enabling the dictionary override for child table.
Thanks in advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2022 05:39 AM
BR Condition: when to run: Before
When Account changes
script:
current.u_csm_domain = global.mb_csmDomainUtils.csmGetCaseDomain('omgt_overseas', current);
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2022 12:15 AM
So what debugging have you done so far?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2022 04:31 AM
Is your requirement is to populate assignment group based on other fields?
Palani