How to Add an Image to a Product

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.

  1. Go to Master Data  Products.

  2. Click the ProductID to open the Product Detail.

  3. Add the portlet named Product Image.

  4. Click the Click to Upload button and choose an image file. You can replace the image by uploading a new one or delete it.

  5. Enable displaying the product image:

    • To display the image in the Items table on the Quote detail page, add the showProductImages parameter 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 showProductImagesInPriceBuilder feature flag.