SysId getting populated instead of image in reference type variable in Catalog item
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2023 07:09 AM
Hello,
Can anyone help me with the following requirement:
In a catalog item, I need to show data from a custom table in a reference variable, below are the field
1.Number
2.Image
3.Building
Number and Building are string field in that table and I'm able to populate values using variable attribute But image is a image type field and instead of image, sysid.iix is getting populated in dropdown.
Number | Image | Building |
NUM1038 | s34ghfhrh4iur948493993nh.iix | Paris Building 003 |
I have also tried with widget sn record picker but still getting same result
Also,I have tried to show data using both using server script and html in widget, it's getting populated in table format but not in drop down.
Please suggest what other methods can be applied here.
Thanks in advance