Not able to update assignment group based on another- custom field by using dictionary override.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2023 07:06 AM
Hello,
we are doing dictionary overirde for incident table where we have created one more additional field which is a reference field u_issue_type and we are using this and after dot walk-in, we are trying to return the assignment group from issue type on incident but when we are putting script on task calculation in advance view working fine but in override not working, (attached screenshot for your reference).
for additional info we are also calling reference qualifier on the same dictionary override is there any chance it is impacting that calculation?
Thank you very much in advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2023 07:29 AM
Did you try to use before insert/update BR and check once?
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-09-2023 11:36 PM
Hi @Ankur Bawiskar ,
We already tried by BR and it is working fine but we are trying to check the calculation override, also on task table calculation script working as expected.
Thank you!!