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.

Assessment Reasons Input

Input representation of the assessment reason in Assessment Response request.
JSON example
1{
2        "assessmentReasons": [
3            {
4                "referenceRecord": "0jySG0000000qRdxxI"
5            },
6            {
7                "referenceRecord": "0SqSG00000005HRxxY"
8            },
9            {
10                "referenceRecord": "0kmSG0000000n7BxxQ",
11                "referenceValue": "Medication Request sample"
12            },
13            {
14                "referenceValue": "Reference Record not present"
15            }
16        ]
17        }
18    }
19}
Properties
Name Type Description Required or Optional Available Version
referenceRecord String Reason for the assessment. Optional 63.0
referenceValue String The supporting information when there is no Salesforce record to be added as the reference record. Optional 63.0