Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

Label is coming with sysid in workspace

Debasis Pati
Kilo Sage

I have created a custom table and added it into the fso workspace using ux list and it's visible now the table record label is coming as name and sysid as concatinated.
Please check the screenshot.

DebasisPati_0-1788151855845.png
How i can remove the sysid concatination rule where it is configured?
I checked the table for multiple display values but only one name is only display value but still this is happening.

@Ankur Bawiskar any idea how i can fix this?

 

2 REPLIES 2

Ankur Bawiskar
Tera Patron

@Debasis Pati 

how is the label coming in native when you visit table.LIST?

is this in custom workspace or OOTB one?

Regards,
Ankur
Certified Technical Architect  ||  10x ServiceNow MVP  ||  ServiceNow Community Leader

Hello @Ankur Bawiskar ,
It was the short description field which is coming like that.
As it is combination of account and contact tabel and in contact table we didn't had any display value it was taking the sysid as the display value.
Now it is sorted.

Thank you