We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

How to get ticket number instead of sys_id.

niveditakumari
Giga Sage

Hello,

I have created two tables 'abc' and 'abc1' and I have added second table 'abc1' table as a related list under first table 'abc'. 

I am getting sys_id of ticket id number instead of ticket id number. I should get ticket id number.

Can anyone help me that why I am not getting ticket id number.

find_real_file.png

 

Regards,

Nivedita

1 ACCEPTED SOLUTION

"display" needs to be set as true when you are referring your column visible on another table. 

 

 

View solution in original post

10 REPLIES 10

Yes, its necessary, that will be the display value of that table. 

-Anurag