- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2024 02:44 AM
Hello Developers,
What are these Attributes on catalog item?
How do we use them?
I have a situation,
I have created a reference field in the item referring to 'cmdb_ci_business_app' table & there is a custom field on the table called 'A-Code'.
On the Portal I wish to show the Name & A-Code of the Business App records
These 2.
Please guide me on what should be added under Attributes to display both Name & A-Code.
Thank you in Advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2024 02:49 AM - edited 05-24-2024 02:51 AM
Hi Naveen,
Here is a list of variable attributes
Service Catalog variable attributes (servicenow.com)
You need the attributes below to fulfill your requirement
ref_ac_columns
ref_auto_completer
It should be something like this
ref_auto_completer=AJAXTableCompleter,ref_ac_columns=<field name>;<field name>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2024 02:49 AM - edited 05-24-2024 02:51 AM
Hi Naveen,
Here is a list of variable attributes
Service Catalog variable attributes (servicenow.com)
You need the attributes below to fulfill your requirement
ref_ac_columns
ref_auto_completer
It should be something like this
ref_auto_completer=AJAXTableCompleter,ref_ac_columns=<field name>;<field name>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2024 05:50 AM
Is it possible to show both Name & A code in the variable?
Currently when we search I can see both Name & A code like below,
But when I select, Only Name is shown. Is it possible to show both Name & A code?
Ex:- 4C Project A0000304?
Please suggest
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2024 06:04 AM
if it is on the same table then you should be able to
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2024 07:07 AM
Yeah it's on the same table.
These are 2 Column on same table.
What should be added into attribute to get this?