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
          Enhance Visualization of Characteristic Product Fields in Enterprise Sales Management (Managed Package)

          Enhance Visualization of Characteristic Product Fields in Enterprise Sales Management (Managed Package)

          Configure the main characteristic fields of products for enhanced visualization and selection so that sales representatives can view these field values in a column in the asset viewer. For example, for Business Internet, the main characteristic field can be upload speed.

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

          Configure these fields under columns in the b2bExpress/assetConfigData integration procedure.

          Update the configuration of the b2bExpress/assetConfigData integration procedure.
          JSON Key Key Value

          Label

          Label shown in the asset viewer.

          attributeUniqueCode

          Unique code used to identify an attribute. This code is obtained from Enterprise Product Catalog (EPC).

          colType

          Represents the type of column values—always set as productAttribute to indicate that this column shows attributes.

          topic

          Displaying menu options that this column appears for.

          Example
          Example Here's a sample JSON code of the b2bExpress/assetConfigData integration procedure:
          Note
          Note
          • In this JSON, any keys besides label, attributeUniqueCode, colType, and topic aren't operational and are disregarded in the current implementation.

          • If an asset has a configured main characteristic field, then the unformatted field value appears in the column—otherwise, the table cell appears as empty.

          • For v1 attributes, you can configure only those attributes that support Enterprise Product Catalog (EPC) data types, with the exception of the Multipicklist data type.

          • Currently, these customized attribute columns don't support showing values that are data type-based, require data formatting (such as symbols, locale date and time, etc.), require searching and sorting, and so on.

          • Only the main characteristics configured for the parent asset appear in the column. When you expand a parent asset, the main characteristic field values of its child assets don't appear in the configured column, and no separate columns appear for child-level main characteristics.

          {
              "label": "SD WAN Bandwidth",
              "attributeUniqueCode": "VEPC_ATTR_SDWAN_BANDWIDTH",
              "colType": "productAttribute",
              "topic": [
                  "All",
                  "Product Relationship"
              ],
          	"valueMap": "devopsimpkg19__JSONAttribute__c"
          },
          {
              "label": "Upload Speed",
              "attributeUniqueCode": "VEPC_ATTR_UPLOAD_SPEED",
              "colType": "productAttribute",
              "topic": [
                  "All",
                  "Product Relationship"
              ],
          	"valueMap": "devopsimpkg19__JSONAttribute__c"
          },
          {
              "label": "Tangible",
              "attributeUniqueCode": "VPL_ATTR_TANGIBLE",
              "colType": "productAttribute",
              "topic": [
                  "All",
                  "Product Relationship"
                ],
                   "valueMap": "devopsimpkg19__JSONAttribute__c"
          }
           
          Loading
          Salesforce Help | Article