- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2018 06:06 AM
Service portal Reference field values in dropdown should show more than 1 columns
In ESS & Service portal on a maintain item has.
Variable name: configuration item
variable type: reference to cmdb_ci
Requirement : To show extra fileds like field2, field3 like (class name , application type etc ) in the drop down
Suppose we have duplicate ci names then shwing additional fields in dropdown will help to pick right CI ...
Please suggest how to configure more fields in cmdb_ci table...
Solved! Go to Solution.
- Labels:
-
Service Catalog

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2018 07:48 AM
Hi,
Below is the attribute
ref_auto_completer=AJAXTableCompleter,ref_ac_columns=location,ref_ac_columns_search=true
Above I am searching with location also.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2018 06:10 AM
Hi, Sairams, Just add below attribute to reference picker and you can display your fields display-fields="'column1', 'column2'" // columns is your field column here.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2018 06:59 AM
HI Rahul,
Thanks for quick reply.. where do i find reference picker in refernce field..
Is it in variable attribute setction that you were referrring at ? I tried but it doesnt work..

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2018 07:47 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2018 07:48 AM
Hi,
Below is the attribute
ref_auto_completer=AJAXTableCompleter,ref_ac_columns=location,ref_ac_columns_search=true
Above I am searching with location also.