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.

Tactic Dimension

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

Tactic dimension meta JSON example

1[
2   {
3      "name":"name",
4      "fieldsf":"Name",
5      "fieldsf$label":"Name"
6   },
7   {
8      "name":"compensationmodel",
9      "fieldsf":"CGCloud__Compensation_Model__c",
10      "fieldsf$label":"CGCloud__Compensation_Model__c"
11   },
12   {
13      "name":"amount",
14      "fieldsf":"CGCloud__Amount__c",
15      "fieldsf$label":"CGCloud__Amount__c"
16   },
17   {
18      "name":"lifttype",
19      "fieldsf":"CGCloud__Lift_Type__c",
20      "fieldsf$label":"CGCloud__Lift_Type__c"
21   },
22   {
23      "name":"liftvalue",
24      "fieldsf":"CGCloud__Lift_Value__c",
25      "fieldsf$label":"CGCloud__Lift_Value__c"
26   }
27]