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.

Account Dimension

The account dimension for integration export must be configured for each sales org on which CSV exports is executed.
The integration export fetches content of the account dimension from the Salesforce object—Account. 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 account.
Configuration Usage Integration Account Dimension
Configuration of sales org The sales organization to which the account belongs.

Account dimension meta JSON example

1[
2   {
3      "name":"name",
4      "fieldsf":"Name",
5      "fieldsf$label":"Name"
6   },
7   {
8      "name":"externalid",
9      "fieldsf":"CGCloud__ExternalId__c",
10      "fieldsf$label":"CGCloud__ExternalId__c"
11   },
12   {
13      "name":"accountnumber",
14      "fieldsf":"CGCloud__Account_Number__c",
15      "fieldsf$label":"CGCloud__Account_Number__c"
16   }
17]