If you want to have a product image as part of the product details, you can add an image as a content of a portlet in the Product Detail View.
-
Go to Master Data › Products.
-
Click the ProductID to open the Product Detail.
-
Add the portlet named Product Image.
-
Click the Click to Upload button and choose an image file. You can replace the image by uploading a new one or delete it.
-
Enable displaying the product image:
-
To display the image in the Items table on the Quote detail page, add the
showProductImagesparameter to the Quote Type’s JSON definition:JSON{ "name": "items", "type": "items", "parameters": { "showProductImages": true }, "translationKey": "sfdc_quotes_tabs_items" },This means that you enable inline product images per Quote Type, not globally.
-
To display the image in Price Lists and Live Price Grids, enable the
showProductImagesInPriceBuilderfeature flag.
-