How to get the Serial number alone from ALM Haredware table to be visible in the reference type
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2025 08:47 AM
I want only the serial number to be searched and poupulated in the REFERENCE type variale name"Serial number" from ALM Hardware table in the catalog item form.
As of now iam getting both the Display name of an asset and the serial number but i want only the serial number to be searched and selected.
Provide me an Answer for this. i want only the Serial number, like in right an side in the first picture,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2025 08:58 AM
You can't with a reference field. It's the entire system no nothing. You can try what @Viraj Hudlikar said and use a lookup select box.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @Negha1 ,
You need to update the Variable attributes field on your catalog item to exactly this string.
ref_auto_completer=AJAXTableCompleter,ref_ac_columns=serial_number,ref_ac_columns_search=true,ref_ac_display_value=false
Happy to help! If this resolved your issue, kindly mark it as the correct answer ✅ and Helpful and close the thread 🔒 so others can benefit too.
Warm Regards,
Deepak Sharma
Community Rising Star 2025
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2025 01:51 AM
Hello @Negha1
If you want the variable to display the serial number, try a Lookup Select Box type variable. A reference variable will allow search on other fields but display the Name field or whatever the display column for that table is in your environment.
If my response has helped you hit helpful button and if your concern is solved do mark my response as correct.
Thanks & Regards
Viraj Hudlikar.
