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.

Contract Item

Input representation for additional fields to be added to contract items.
JSON example
1{
2  "entity": "ContractGroupPlan",
3  "fields": [
4    {
5      "key": "CustomField__c",
6      "value": "CustomValue"
7    }
8  ],
9  "instanceKey": "d5861be1-9920-42d9-8f43-093b0a709d35"
10}
Properties
Name Type Description Required or Optional Available Version
entity String API name of the entity to add fields to, such as ContractGroupPlan. Optional 65.0
fields Apex String[] List of key-value pairs that represent the fields and their values for the entity. Optional 65.0
instanceKey String Unique instance key of the Quote Line Item. Optional 65.0