AddCustomObjectTypeField¶
Type: object
Properties¶
| Property | Type | Required | Description | Constraints |
|---|---|---|---|---|
name |
string | Yes | API Name of custom object field | |
displayName |
string | Yes | UI display-name of the custom object field | |
dataType |
string | Yes | Datatype of the custom object field | |
description |
string | No | Description of the custom object field | |
isDedupeField |
boolean | No | Set to true to enable field as unique identifier for deduplicating records. Default is false | |
relatedTo |
model: CustomObjectTypeFieldRelatedTo | No | Define custom object link field |
Generated example¶
{
"name": "Example name",
"displayName": "Example name",
"dataType": "string",
"description": "string",
"isDedupeField": true,
"relatedTo": {
"name": "Example name",
"field": "string"
}
}
Referenced models¶
Source¶
Generated from swagger-mapi.json.