what is attribute and how can we use that?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-21-2016 02:12 AM
what is attribute and how can we use that?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-21-2016 02:14 AM
Hi Kesava,
Please elaborate your question.
Do you want to know about variable attributes?
Thanks and regards
Swamy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-21-2016 02:22 AM
both dictionary attributes and variable attributes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-21-2016 02:27 AM
Dictionary attributes alter the behavior of the table or element that the dictionary record describes.
Attributes will add some other functionality to fields.
for example, if you want to show user_name in the caller field in incident table, then you need to turn on autocomplete for user_name column.
you can convert list collector type variable to glide list by just adding glide_list as a variable attribute
by using attributes column you can include UI macros like show related incidents in incident module.
Dictionary Attributes - ServiceNow Wiki
List of attributes for variables
Thanks and regards
Swamy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-21-2016 02:56 AM
i did't understand this: you need to turn on autocomplete for user_name column