The Zurich release has arrived! Interested in new features and functionalities? Click here for more

How can I display all column value 'True' while adding columns?

Pra
Tera Contributor

Hello, I am new to the servicenow development. I have created the table "Test123" and added column 'A', 'B', 'C'. When the display value 'True' is set for column 'A' then the column 'B and C' display values changes to 'False'. How can I set all column display value 'True'?

5 REPLIES 5

sachin_namjoshi
Kilo Patron
Kilo Patron

You can't set display to true for more than 1 columns.

But, if you have a reference field pointing to your custom table, you can display more than 2 attributes using reference attributes of ref_ac_columns.

 

find_real_file.png

 

Regards,

Sachin

Thank you for the help!

DScroggins
Kilo Sage
Hello you can only have a single column as the tables display value. But if you need multiple column values to be used as the display you can create a calculated column based on the value of the 3 columns. See the user table and Full Name field as an example. You can then use the calculated column as the tables display. Hope this helps.

Thank you for the help!