How to show 'short description' value insted of number from kb_knowledge table to list type field?

Yadagiri Mallep
Tera Contributor

I have a field type is 'list' which is refereeing kb_knowledge table and it showing kb_knowledge number when we select the filed but i want to show short description instead of number field.
please help me thanks in advance.

3 REPLIES 3

Jaspal Singh
Mega Patron
Mega Patron

Hi Yadagiri,

It shows number as display value is true for kb_knowledge table. You might need to update the Display Value for the table but this will have impact on all tables where you reference kb_knowledge table

Community Alums
Not applicable

Hi @Yadagiri Mallep ,

Please follow below steps 

Open knowledge table and right click on list header and select Table

 

SarthakKashyap_0-1715077254465.png

 

Search Short Description and select the display value as true

SarthakKashyap_1-1715077310731.png

 

Please mark my answer correct and helpful if this works for you

Thanks and Regards 

Sarthak

Erica Hawkins1
Tera Contributor

If you don't want to alter the display field for the entire table you can use the following within the variable attribute field under the "Type Specification" tab on the variable record: ref_auto_completer=AJAXTableCompleter,ref_ac_columns=number;short_description,ref_ac_columns_search=true