- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2022 09:31 PM
Hi,
Currently, we are in a domain separated instance and each domain users wants a different dictionary override for the same table and field. Upon playing around, it seems this is only possible for reference qualifiers(using script include).
Has anyone found and implemented a workaround for other overrides like Attributes?
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2022 09:41 PM
Just to update, we are able to found a workaround by creating a global script include used as ref qual. That script include then contains logic to determine current users' domain then apply the matching reference qualifier(encoded query).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2022 09:43 PM
Hi,
in dictionary override you can use Override attributes and specify them
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2022 09:54 PM
Hi Ankur,
Yes but this will apply to all domains and there's no option to make it apply only to a specific domain.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2022 10:00 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2022 09:41 PM
Just to update, we are able to found a workaround by creating a global script include used as ref qual. That script include then contains logic to determine current users' domain then apply the matching reference qualifier(encoded query).