Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
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
1[
2 {
3 "fieldsf":"Id",
4 "name":"id"
5 },
6 {
7 "name":"quantity",
8 "fieldsf":"CGCloud__Quantity__c",
9 "fieldsf$label":"CGCloud__Quantity__c"
10 },
11 {
12 "name":"externalid",
13 "fieldsf":"CGCloud__ExternalId__c",
14 "fieldsf$label":"CGCloud__ExternalId__c"
15 },
16 {
17 "fieldsf":"CGCloud__Child_Product__r.Name",
18 "fieldsf$label":"CGCloud__Child_Product__r.Name",
19 "name":"componentName"
20 }
21]