Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Multiple images for Catalog Item

maryc
Tera Contributor

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

2 REPLIES 2

Rajesh Mushke
Mega Sage

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:


Create a product catalog item




Thanks,
Rajashekhar Mushke
Rising star : 2022 - 2024
Community Leader -2018
Connect me on LinkedIn : Rajashekhar Mushke

Gurpreet07
Mega Sage

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.