showing sys id of records instead of record number in a field.

Prashanth1607
Tera Contributor

Prashanth1607_0-1725352874718.png

Hi,
This is a field which has 3 records which from incident_task tabel here i need to see the numbers of incident task instead of sys id can any one help me in solving this issue.

Thanks in advance.

5 REPLIES 5

IvanBarsukov
Tera Expert

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.

smitaD
Tera Contributor

Hello @Prashanth1607 

You can use getDisplayValue() method to get the number instead of sys_id.

Thanks!

Anurag Tripathi
Mega Patron
Mega Patron

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:

AnuragTripathi_0-1725378740749.png

 

 

 

-Anurag