How to display some particular field in the reference field?

Karthik Reddy T
Kilo Sage

Hi   All,

I have created a field   on custom table which was referencing to another table(custom table which was extended from the task table).

When click on reference field it was some the records with some fields.

I want edit that fields(display only). can anyone help me to solve this.

Karthik Reddy T.
ServiceNow Commnunity MVP -2018 class.
7 REPLIES 7

Deepak Ingale1
Mega Sage

Karthik,



Could you please provide some screen captures?



I guess you want to set display value, we can have only one display column per table.



Select a field as the table display value


http://wiki.servicenow.com/index.php?title=Dictionary_Attributes



ref_ac_columnslist of field names separated by semi-colonsany reference field with an auto completer (see ref_auto_completer)Specifies the columns whose display values should appear in an auto completion list in addition to the name. See the cmdb_ci field ("Configuration Item") on the Incident form for a working example.



Hi Deepak,




I have created A table and B table (both are extended from task) .



In theA form   field XYZ is refereeing to the B table.



Now when click on the search bar it was displaying Number, assigned to ,assignment group short description but i don't want this fields .



Display some other fields.



find_real_file.png


Karthik Reddy T.
ServiceNow Commnunity MVP -2018 class.

I guess you want to add fields from reference table ( table B ) in your list view of table A


you can do it via personalizing the list view and doing dot walk on reference field.



How to show dot walked fields in the list view ?



this is about personalizing form view.



Dot-walking and personalizing forms


Hi Deepak,



Thanks for the response.



My requirement was   when user click on the reference field in the form . Then have to display the required fields(reference table).



At present it was showing field which in show in the my last screenshot but i want to change it with some other fields.


Karthik Reddy T.
ServiceNow Commnunity MVP -2018 class.