Set specific columns in reference fields from reference tables...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-14-2017 02:03 AM
Hello Friends,
I've a requirement where we to set Asset Tag and Asset Serial Number into 2 reference variables in a catalog item. We have created 2 reference variables for reference table: cmdb_ci_computer.
In all the cases, it's taking only Asset Name not serial number or asset tag.
Do we have any idea like how when a user will select a record it'll asset tag into asset variable and serial number into serial number variable?
Thanks,
Basant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-14-2017 03:48 AM
No Basant. One table can have only one display value. You can fetch the value and display it in string variable on your catalog form.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-14-2017 03:09 AM
thanks Mrudula for clarification.