afv-library/skills/platform-data-and-tooling-api-context-get/assets/tooling_api/DuplicateJobDefinition.json

45 lines
1.7 KiB
JSON
Raw Normal View History

{
"sections": [
"title",
"description",
"supported_soap_calls",
"supported_rest_api_http_methods",
"fields"
],
"title": "DuplicateJobDefinition - Tooling API",
"description": "Setup object defining a job that identifies duplicate record items globally. Available in Tooling API version 42.0 and later.",
"supported_soap_calls": "`create()`, `query()`, `retrieve()`, `update()`, `upsert()`",
"supported_rest_api_http_methods": "`GET`, `POST`",
"fields_columns": [
"type",
"properties",
"description"
],
"fields": {
"DeveloperName": {
"type": "string",
"properties": "Create, Filter, Group, Sort, Update",
"description": "The developer name of the DuplicateJobDefinition. Note: Only users with View DeveloperName OR View Setup and Configuration permission can view, group, sort, and filter this field."
},
"Language": {
"type": "picklist",
"properties": "Create, Defaulted on create, Filter, Group, Nillable, Restricted picklist, Sort, Update",
"description": "The language in the users personal settings."
},
"MasterLabel": {
"type": "string",
"properties": "Create, Filter, Group, Sort, Update",
"description": "The label of the DuplicateJobDefinition."
},
"SobjectSubtype": {
"type": "picklist",
"properties": "Create, Defaulted on create, Filter, Group, Restricted picklist, Sort, Update",
"description": "The object subtype. Valid values are PersonAccount and None."
},
"SobjectType": {
"type": "picklist",
"properties": "Create, Filter, Group, Restricted picklist, Sort",
"description": "The object type:Account, Contact, or Lead."
}
}
}