dictionary attribute in servicenow what are the functionality

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-20-2018 11:21 AM
Dictionary attribute uses

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-20-2018 11:25 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-20-2018 11:27 AM
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
If my response proves useful, please mark it "Accept as Solution" and "Helpful". This action benefits both the community and me.