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-17-2025 09:45 AM
You would have to go to the aml_hardware table and open a record. Then right click on serial number and choose configure dictionary. Then go to dictionary override tab and click new and check override display value. Note this will not just change it for the catalog item but will change it for all references to the aml_hardware table in the entire system.
Example screenshot below as we did this in release management to display the short description for instead of the number.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hello @brianlan25
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago - last edited 3 weeks ago
When a table is referenced by a reference field, it must have a display field defined. Otherwise, users would see the record's sys_id instead of a meaningful value. By default, Display Name is used as the display field.
If you want a different field to be displayed, you can override the dictionary configuration as mentioned earlier. Keep in mind that this is a global change. Any reference field that points to that table will use the new display field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2025 01:34 AM
I want it for a catalog item alone, not for overall.
