Multiple images for Catalog Item
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-12-2018 05:41 AM
Hi,
Is there a way to display multiple images for catalog item on Service Portal just like Amazon? How do we accept these images on the ServiceNow catalog screen?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-12-2018 06:19 AM
Hey maryc
As per my knowledge this is not possible to add multiple images for singlecatalog,
but i have an idea, Put all the images into single image and let's check.
Please Refer:
Thanks,
Rajashekhar Mushke
Rising star : 2022 - 2024
Community Leader -2018
Connect me on LinkedIn : Rajashekhar Mushke
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-12-2018 06:27 AM
OOB its not possible but you could develop a custom solution for this.
1. Create new table 'Cat Item Images' with fields .... image, cat_item (reference to catalog item)
2. Add related list to catalog item form. You could add multiple image records in the related list
3. Modify widget 'sc_cat_item/sc_cat_item_v2' to retrieve image paths from related list instead and render the same in HTML template.