My request item in SCTASK shows true/false
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2023 12:57 PM
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2023 01:14 PM - edited 10-20-2023 11:01 PM
Hi @Mouktik_B,
- The field in the dictionary for the table in question or a parent table has been set so that the display field is checked. You can only have one field per table set to display true. This is the field that will be used for the value for any reference fields that use this table.
- For example, if the first_name field was set to display true on the sys_user table that means that any reference fields against sys_user would show the first name for the display value of that reference field. The first step is to confirm that the right value is marked as display=truefor the target table your reference field is pointing to (not the table the reference field is part of).
- The second place you can affect the display value for a reference field is with a dictionary override. These are stored in the sys_dictionary_override table. You can see all the records that would affect the display value of a table using the following URL:
- /sys_dictionary_override_list.do?sysparm_query=display_override%3Dtrue
- Remember to look for entries that are for the table your reference field is pointing to (not the table the reference field is part of). This would include parent tables for the target table as well.
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0686318- Thanks,
- Anand