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

43 lines
1.5 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"sections": [
"title",
"description",
"fields",
"special_access_rules"
],
"title": "DuplicateJobDefinition - Data API",
"description": "Setup object defining a job that identifies duplicate record items globally.",
"fields_columns": [
"type",
"properties",
"description"
],
"fields": {
"DeveloperName": {
"type": "string",
"properties": "Filter, Group, Sort",
"description": "The name of the user who created a duplicate job. Note: Only users with View DeveloperName OR View Setup and Configuration permission can view, group, sort, and filter this field."
},
"Language": {
"type": "picklist",
"properties": "Filter, Group, Restricted picklist, Sort",
"description": "The language in the users personal settings."
},
"MasterLabel": {
"type": "string",
"properties": "Filter, Group, Sort",
"description": "The label of the duplicate job."
},
"SobjectSubtype": {
"type": "picklist",
"properties": "Defaulted on create, Filter, Group, Restricted picklist, Sort",
"description": "The object subtype. Valid values are Person Account or None."
},
"SobjectType": {
"type": "picklist",
"properties": "Filter, Group, Restricted picklist, Sort",
"description": "The object type: account, contact, or lead."
}
},
"special_access_rules": "As of Summer 20 and later, only users with the View Setup and Configuration permission can access this object."
}