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.
Extraction Context Attribute Mapping Input
Input representation of attribute mappings used in the extraction context.
- JSON example
-
1{ 2 "contextAttributeMapping": [ 3 { 4 "attributeId": "11nxx000001hOozAAE", 5 "description": "extract startDate from the document" 6 }, 7 { 8 "attributeId": "11nxx000001hOozAAV", 9 "description": "extract startDate from the document" 10 }, 11 { 12 "attributeId": "11nxx000001hOozAAR", 13 "description": "extract startDate from the document" 14 } 15 ] 16} - Properties
-
Name Type Description Required or Optional Available Version attributeId String ID of the context attribute mapping required for update. Required 61.0 description String Description of what the attribute maps to. Optional 61.0