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.

Group Fields

Output representation of the fields of the party relationship groups to be merged.
JSON example
1{
2   "accountFields":[
3      "field1",
4      "field2",
5      "field3",
6      "customFields":[
7         "customField1",
8         "customField2"
9      ]
10   ],
11   "prgFields":[
12      "field1",
13      "field2",
14      "field3",
15      "customFields":[
16         "customField1",
17         "customField2"
18      ]
19   ],
20   "accId1":{
21      "Account":{
22         "name":"Account A",
23         "shippingAddress":"",
24         "customFields":{
25            "customField1":"sample_customfield1",
26            "customField2":"sample_customfield2"
27         }
28      },
29      "PRG":{
30         "name":"Smith Household",
31         "category":"Staying under the same roof",
32         "customFields":{
33            "customField1":"sample_customfield3",
34            "customField2":"sample_customfield4"
35         }
36      }
37   },
38   "accId2":{
39      "Account":{
40         "name":"Account B",
41         "shippingAddress":"",
42         "customFields":{
43            "customField1":"sample_customfield5",
44            "customField2":"sample_customfield6"
45         }
46      },
47      "PRG":{
48         "name":"Marshall Household",
49         "category":"Staying under the same roof",
50         "customFields":{
51            "customField1":"sample_customfield7",
52            "customField2":"sample_customfield8"
53         }
54      }
55   }
56}
Property Name Type Description Filter Group and Version Available Version
accId1 Map<String, Object> ID of the primary party relationship group. Small, 58.0 58.0
accId2 Map<String, Object> ID of the secondary party relationship group. Small, 58.0 58.0
accountFields Object[] List of fields associated with the account. Small, 58.0 58.0
prgFields Object[] List of fields associated with the party relationship group. Small, 58.0 58.0