How to change the column name in the reference field visible (when clicks on microscope icon)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2024 09:49 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2024 10:04 PM
Hello @VIKAS MISHRA ,
Refer below knowledge base from ServiceNow.
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0686318
Thanks,
Valmik Patil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2024 10:15 PM
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:
Then right click on field name select as highlighted:
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.