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.

Processing Options Details Input

Input representation of the donor processing options and gift validation disablement.

JSON example

1{
2  "processingOptions": {
3    "donorOptions": {
4      "defaultUpdateLogic": "update_all"
5    },
6    "disableGiftTransactionValidations": true,
7    "disableGiftCommitmentValidations": true,
8    "disableGiftCommitmentScheduleValidations": true
9  }
10}

Properties

Name Type Description Required or Optional Available Version
disableGiftCommitmentScheduleValidations Boolean Indicates whether a subset of Gift Commitment Schedule validation rules is disabled for the request. The default is false. Optional 60.0
disableGiftCommitmentValidations Boolean Indicates whether a subset of Gift Commitment validation rules is disabled for the request. The default is false. Optional 60.0
disableGiftTransactionValidations Boolean Indicates whether a subset of Gift Transaction validation rules is disabled for the request. The default is false. Optional 60.0
donorOptions Donor Options Details Input Donor processing options to create gift commitments. Optional 60.0