How to set multiple fields as Display=true ?

Jitendra Namdev
Tera Contributor

I have a table named Demo which has two fields Name and Mobile number.
And I have another table with two reference fields and both are referencing Demo table .
The first reference field should save the name from the picked demo record while the second one should save the mobile number from the picked  demo record .

 

 

Thanks in advance.

7 REPLIES 7

JB8
Giga Expert

Hi,

 

You can't set more than one display field. As an alternate you can display data in other fields or you can show multiple available columns at the time of lookup/search for data table. Thanks

After selecting an Assignment group on the incident form , the assigned to field only shows users that are from that above group. 

I have the same situation , Just tell me how servicenow did it so I can do it too.

 

Thanks for the answers.

Hi @Jitendra Namdev 

OOB Assigned to field is dependent on Assignment group field which is showing results accordingly.

find_real_file.png

You can call Script include as well to get specific result based on other field in your field.

Hope this helps

Thank you
Prasad