{
"sections": [
"title",
"description",
"supported_soap_calls",
"supported_rest_api_http_methods",
"fields",
"special_access_rules",
"wsdl_segment"
],
"title": "CustomFieldMember - Tooling API",
"description": "Represents the working copy of a field for editing or saving in a MetadataContainer. This object is available in API version 33.0 and later.",
"supported_soap_calls": "`create()`, `delete()`, `describeSObjects()`, `query()`, `retrieve()`, `update()`, `upsert()`",
"supported_rest_api_http_methods": "`Query`, `GET`, `POST`, `PATCH`, `DELETE`",
"fields_columns": [
"type",
"properties",
"description"
],
"fields": {
"Content": {
"type": "string",
"properties": "None",
"description": "A string representation of CustomField that contains the field’s metadata."
},
"ContentEntityId": {
"type": "ID",
"properties": "Create, Filter, Group, Sort",
"description": "A reference to a custom field.There can be only one ContentEntityId per CustomField, otherwise, an error is reported."
},
"FullName": {
"type": "string",
"properties": "Group, Nillable",
"description": "The full name of the associated object in the Metadata API. Use to avoid race conditions on create, before you have IDs. Query this field only if the query result contains no more than one record. Otherwise, an error is returned. If more than one record exists, use multiple queries to retrieve the records. This limit protects performance."
},
"IsDeleted": {
"type": "boolean",
"properties": "Group, Nillable",
"description": "Indicates whether the object is marked as deleted (true) or not (false)."
},
"LastSyncDate": {
"type": "dateTime",
"properties": "Filter, Sort",
"description": "The date that this CustomField was replicated from the underlying entity."
},
"Metadata": {
"type": "CustomField",
"properties": "None",
"description": "An object that describes the version, status, and packaged versions of the corresponding CustomField. Query this field only if the query result contains no more than one record. Otherwise, an error is returned. If more than one record exists, use multiple queries to retrieve the records. This limit protects performance."
}
},
"special_access_rules": "To access CustomFieldMember, you must have both the View All Data and Customize Application user permissions.",
"wsdl_segment": "```xml\n\n \n \n \n \n \n \n \n \n\n\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n \n\n```"
}