We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Dictionary attribute override across multiple domain

GeraldKirby
Kilo Sage

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.

1 ACCEPTED SOLUTION

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).

View solution in original post

4 REPLIES 4

Ankur Bawiskar
Tera Patron

Hi,

in dictionary override you can use Override attributes and specify them

Regards
Ankur

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Hi Ankur,

 

Yes but this will apply to all domains and there's no option to make it apply only to a specific domain.

Hi,

Dictionary override table (sys_dictionary_override) is not domain separated

As per docs that table is not suppported

find_real_file.png

Regards
Ankur

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

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).