You are here:
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.
This feature is part of the Communications Cloud managed package.
Configure these fields under columns in the b2bExpress/assetConfigData integration procedure.
b2bExpress/assetConfigData integration procedure.
| JSON Key | Key Value |
|---|---|
|
Label shown in the asset viewer. |
|
Unique code used to identify an attribute. This code is obtained from Enterprise Product Catalog (EPC). |
|
Represents the type of column values—always set as productAttribute to indicate that this column shows attributes. |
|
Displaying menu options that this column appears for. |
b2bExpress/assetConfigData integration procedure:In this JSON, any keys besides
label,attributeUniqueCode,colType, andtopicaren'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"
}
