showing sys id of records instead of record number in a field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-03-2024 02:12 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-03-2024 07:16 AM
First, try to find those records directly in the Incident Task table. Most probably they were deleted or you don't have the rights to see them.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-03-2024 07:35 AM
Hello @Prashanth1607
You can use getDisplayValue() method to get the number instead of sys_id.
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-03-2024 08:17 AM
Hi @Prashanth1607 Refer this KB Article
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0687591
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-03-2024 08:51 AM - edited ‎09-03-2024 08:52 AM
Hi,
Every Table needs to have 1 column that has display flag true.
So navigate to dictionaries and search the dictionary for this table, make the number one has display = true.
Ps. for a table there should be just 1 column that has display = true
Be sure only 1 column has display = true
Here is an EG: