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 Dimension

You must configure product dimension for integration export for each sales org on which CSV exports is executed.
The integration export fetches content of the product dimension from the Salesforce object—Product2. After creation of RTR Report Configuration" records, provide the following information and a meta JSON:
Attribute Description
Information Internal Name A unique internal name of the product.
Configuration Usage Integration Product Dimension
Configuration of sales org The sales organization to which the product belongs.

Product dimension meta JSON example

1[
2   {
3      "fieldsf$label":"CGCloud__Description_1__c",
4      "fieldsf":"CGCloud__Description_1__c",
5      "name":"description"
6   },
7   {
8      "fieldsf$label":"CGCloud__Consumer_Goods_External_Product_Id__c",
9      "fieldsf":"CGCloud__Consumer_Goods_External_Product_Id__c",
10      "name":"externalid"
11   },
12   {
13      "fieldsf$label":"CGCloud__Product_Short_Code__c",
14      "fieldsf":"CGCloud__Consumer_Goods_Product_Code__c",
15      "name":"productcode"
16   },
17   {
18      "fieldsf$label":"CGCloud__Criterion_1_Product_Description__c",
19      "fieldsf":"CGCloud__Criterion_1_Product_Description__c",
20      "name":"category"
21   }
22]