Newer Version Available

This content describes an older version of this product. View Latest

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—CGCloud__Product__c. 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__ExternalId__c",
9      "fieldsf":"CGCloud__ExternalId__c",
10      "name":"externalid"
11   },
12   {
13      "fieldsf$label":"CGCloud__Product_Code__c",
14      "fieldsf":"CGCloud__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]