Newer Version Available

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

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]