- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2022 07:40 PM
Hi There,
I hope everyone is ok these days.
I have a catalogue item with a variable which is a reference field to "cost centre" table.
When filling out the form i start typing in the cost centre field and displays the "name" and the "code" fields.
I added the business unit field as we could have the same name for different BUs, but it is not coming up.
it appears that shows two fields only.
Is this correct or i am doing something wrong?
ref_ac_columns=u_business_unit,name;code,ref_ac_columns_search=true,ref_auto_completer=AJAXTableCompleter
I changed the order but only shows the "name" and one of the other two.
regards,
Max
Solved! Go to Solution.
- Labels:
-
Request Management
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2022 08:15 PM
Hi
I think you have a typo. Several values of one attribute have to be separated by a semikolon, vut in the first attribute you have a comma
Not:
ref_ac_columns=u_business_unit,name;code,ref_ac_columns_search=true,ref_auto_completer=AJAXTableCompleter
Correct:
ref_ac_columns=u_business_unit;name;code,ref_ac_columns_search=true,ref_auto_completer=AJAXTableCompleter
The rest looks fine. Check https://docs.servicenow.com/en-US/bundle/sandiego-platform-administration/page/administer/reference-... for more information
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2022 08:15 PM
Hi
I think you have a typo. Several values of one attribute have to be separated by a semikolon, vut in the first attribute you have a comma
Not:
ref_ac_columns=u_business_unit,name;code,ref_ac_columns_search=true,ref_auto_completer=AJAXTableCompleter
Correct:
ref_ac_columns=u_business_unit;name;code,ref_ac_columns_search=true,ref_auto_completer=AJAXTableCompleter
The rest looks fine. Check https://docs.servicenow.com/en-US/bundle/sandiego-platform-administration/page/administer/reference-... for more information
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2022 08:22 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2022 09:31 PM
Hi,
Point mentioned by Maik is valid. Please check the same.
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader