How to Add Attachments Tab to Price List / LPG

available since version 16.0

If you want to attach files to Price Lists or Live Price Grids, you can do so on the Attachments tab. The Attachments tab is not available by default but must be defined in the JSON configuration of a Price Setting Type.

  1. Go to Price Setting > Price Setting Types and open an existing type or create a new one.

  2. In the Definition edit box, enter a JSON configuration that will add the Attachments tab:

    HowToAddAttachmentsPL01.png
    JSON
    {
      "tabs": [
        {
          "name": "attachments",
          "type": "attachments",
          "translationKey": "sfdc_quotes_tabs_attachments"
        }
      ]
    }
    

    The tab will be added to the default Products and Summary tabs.