Newer Version Available
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]