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.

Care Plan Template Associations Input

Input representation of the association of the care plan template benefit and care plan template goal records with the care plan template.
Root XML tag
<CarePlanTemplateAssociationsInput>
JSON example
1{
2  "carePlanTemplateGoals": {
3    "records": [
4      {
5        "goalDefinitionId": "1gdRN0000000006YAA",
6        "priority": "High"
7      },
8      {
9        "goalDefinitionId": "1gdRN0000000001YAA",
10        "priority": "Medium"
11      },
12      {
13        "goalDefinitionId": "1gdRN000000000GYAQ",
14        "priority": "Low"
15      }
16    ]
17  },
18  "carePlanTemplateBenefits": {
19    "records": [
20      {
21        "benefitId": "0jiRN000000000kYAA",
22        "priority": "High"
23      },
24      {
25        "benefitId": "0jiRN000000000fYAA",
26        "priority": "Low"
27      }
28    ]
29  }
30}
Properties
Name Type Description Required or Optional Available Version
carePlanTemplate​Benefits Care Plan Template Benefit Input[] Represents a junction between a care plan template and a benefit. This object stores the benefit details of a care plan template. Optional 55.0
carePlanTemplate​Goals Care Plan Template Goal Input[] Represents a junction between a care plan template and a goal definition. This object stores the goal details of a care plan template. Optional 55.0