How to change the column name in the reference field visible (when clicks on microscope icon)

VIKAS MISHRA
Tera Contributor

When i click on the microscope icon of the refernce field then it pops up the table that this field is refering. 

but in that small window its showing only one field which is "App moduleid" and i want this instaned of "app moduleid" it should show me the another column in that window. 

 

Please suiggest to confure this.

 

VIKASMISHRA_0-1719895729371.png

 

2 REPLIES 2

Valmik Patil1
Kilo Sage

Hello @VIKAS MISHRA ,

 

Refer below knowledge base from ServiceNow.

https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0686318

Thanks,

Valmik Patil

 

SN_Learn
Kilo Patron
Kilo Patron

Hi @VIKAS MISHRA ,

 

Click on the search icon(magnifying glass) and then right click at the list and select Configure list layout.

Here, you can add new columns as below:

 

Click below:

SN_Learn_0-1719897081049.png

 

Then right click on field name select as highlighted:

 

SN_Learn_1-1719897081092.png

 

 

add the field and save the form.

 

 

The second approach could be:

 

Go to the dictionary of the field and look for the attributes field. If you can't find it, click on the Advanced Related link button and the attributes field will be visible. Now paste the below text in the attributes "ref_auto_completer=AJAXTableCompleter,ref_ac_columns=name;appmoduleid;,ref_ac_columns_search=true"

 

If there is any existing attribute put a comma ", " and then paste the above text and save.

 

 

Check the tutorial: https://www.youtube.com/watch?v=wXfHen0ROk0 

 

 

Mark this as Helpful / Accept the Solution if this helps

----------------------------------------------------------------
Mark this as Helpful / Accept the Solution if this helps.