Loading
Salesforce now sends email only from verified domains. Read More
Communications Cloud
Table of Contents
Select Filters

          No results
          No results
          Here are some search tips

          Check the spelling of your keywords.
          Use more general search terms.
          Select fewer filters to broaden your search.

          Search all of Salesforce Help
          Configure the Pagination Settings of the Asset Viewer in Enterprise Sales Management (Managed Package)

          Configure the Pagination Settings of the Asset Viewer in Enterprise Sales Management (Managed Package)

          Configure the page size and page limit of the asset viewer in Enterprise Sales Management.

          Managed Package Icon This feature is part of the Communications Cloud managed package.

          Page size determines the maximum number of assets that your sales reps can see on a page. Page limit determines the number of pages that they can navigate through at a time by clicking the numbered page links at the bottom of the asset viewer.

          1. To configure the page limit and page size, modify the elementValueMap node of the b2bExpress_assetConfigData integration procedure.
          2. Save your changes and activate the integration procedure.
          Example
          Example

          Here's a sample JSON code of the b2bExpress_assetConfigData integration procedure. It is configured to show a maximum of five assets on a single page of the asset viewer and to show three numbered page links at a time that the sales reps can navigate through.

          "elementValueMap": {
                  "pageSize": 5,
                  "pageLimit": 3,
                  "columnMap": [
                      {
                          "label": "Id",
                          "topic": [
                              "All",
                              "Product Relationship"
                          ],
                          "valueMap": "Id",
                          "visible": false
                      },
           
          Loading
          Salesforce Help | Article