You are here:
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.
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.
-
To configure the page limit and page size, modify the
elementValueMapnode of theb2bExpress_assetConfigDataintegration procedure. - Save your changes and activate the integration procedure.
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
},

