- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-22-2022 12:32 PM
Hi All,
We have a catalog item in which a reference variable named 'Entitlement Name' refers to a custom table 'Entitlement Details'
When we click on the variable , displays list of 2 columns : 1. Entitlement ID (display is set as true in the custom table) and 2. Entitlement name.
When I select any one 'Entitlement Name' then .instead of the name , the ID is populated in the variable. Could anyone help me to populate the 'Entitlement Name' itself on the variable rather than the ID.
The Variable attribute I used to display the entitlement name in the reference search is as follows:
ref_auto_completer=AJAXTableCompleter,ref_ac_columns_search=true,ref_ac_columns=u_entitlement_name,ref_ac_display_value=false,ref_ac_order_by=u_entitlement_name
Thank you
Solved! Go to Solution.
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-22-2022 12:40 PM
The only way to do this is to change the display column for the table.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-22-2022 12:40 PM
The only way to do this is to change the display column for the table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-23-2022 03:04 AM
Hi @Drew can we make 2 fields on same table as Display true
Thanks and Rgards

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-23-2022 03:20 AM
Hi Indira,
Please check display true for Entitlement name field and uncheck display true for Entitlement ID field. This way Name will be displayed instead of ID, you can't have two fields with display value true.
Regards,
Musab

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-23-2022 07:33 AM
No you cannot.