Product Part Dimension
To extract data at the Bill of Materials (BOM) component or product part level,
configure Product Part Dimension for each sales org on which CSV exports are executed.
The integration export fetches
content of the product part dimension from the Salesforce object—CGCloud__Child_Product__c. After creation of RTR Report
Configuration records, provide the following information and a meta JSON:
Report Configuration Attribute | Description |
---|---|
Information Internal Name | A unique internal name of the product. |
Configuration Usage | Integration Product Part Dimension |
Configuration of sales org | The sales organization to which the product belongs. |
Integration Product Part Dimension meta JSON example
[
{
"fieldsf":"Id",
"name":"id"
},
{
"name":"quantity",
"fieldsf":"CGCloud__Quantity__c",
"fieldsf$label":"CGCloud__Quantity__c"
},
{
"name":"externalid",
"fieldsf":"CGCloud__ExternalId__c",
"fieldsf$label":"CGCloud__ExternalId__c"
},
{
"fieldsf":"CGCloud__Child_Product__r.Name",
"fieldsf$label":"CGCloud__Child_Product__r.Name",
"name":"componentName"
}
]