dictionary attribute in servicenow what are the functionality

Sanoop Shaji
Mega Contributor

Dictionary attribute uses

2 REPLIES 2

sachin_namjoshi
Kilo Patron
Kilo Patron

Dictionary attributes alter the behavior of the table or element that the dictionary record describes. Administrators can add or modify dictionary attributes.

 

Please check below for more details on dictionary attributes

 

https://docs.servicenow.com/bundle/london-platform-administration/page/administer/reference-pages/concept/c_DictionaryAttributes.html

 

Regards,

Sachin

Akash4
Kilo Sage
Kilo Sage

Hi Sanoop, 

The attributes in ServiceNow have additional capabilities apart from the variable modification that we can do dictionary.

Examples: 

One which solved many of our problems in our system is providing "global_visibility" to a reference field : meaning makes this table visible globally even if there are domain restrictions.

Other could be "no_attachment" which makes the attachment to be simply disabled. There could be many other attributes with which we can alter the scope of the variables easily. This link could give you a list of all attributes: DictionaryAttributes

Regards, Akash

Regards, Akash
If my response proves useful, please mark it "Accept as Solution" and "Helpful". This action benefits both the community and me.