- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2024 09:46 PM
Hi Team,
On the catalog item we have a reference field for which we are trying not to show any values in the field.
Can anyone please let me know how can we achieve this.
Thank you
Prajwal
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2024 09:53 PM
@Prajwal G Vaish you can take a lookup select box field type and do the configurations as below.
You can take any field their that you want to show in the reference field on catalog item.
Results will be like this : -
If your problem is resolved with this, mark it as helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2024 09:55 PM
Hi @Prajwal G Vaish ,
Could you please explain a bit more about the requirement?
The reference field will not show any options to select under it?
Mark this as Helpful / Accept the Solution if this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2024 04:13 AM
Hi @SN_Learn ,
below is the List collector field referencing to incident table,
The requirement is not to show the Incident Number in the reference field but should show the other fields.
The reference variable attribute is :
ref_auto_completer=AJAXTableCompleter,ref_ac_columns = caller_id;urgency;state;short_description,ref_ac_columns_search=true,ref_ac_display_value=true
Thank you
Prajwal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2024 09:53 PM
@Prajwal G Vaish you can take a lookup select box field type and do the configurations as below.
You can take any field their that you want to show in the reference field on catalog item.
Results will be like this : -
If your problem is resolved with this, mark it as helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2024 10:28 PM
Hi @Pradnyesh,
Thank you Very much for your response, it is working as excepted
Thank you