mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-05 23:41:31 +08:00
30 lines
973 B
JSON
30 lines
973 B
JSON
{
|
|
"sections": [
|
|
"title",
|
|
"description",
|
|
"supported_soap_calls",
|
|
"supported_rest_api_http_methods",
|
|
"fields"
|
|
],
|
|
"title": "DuplicateJobMatchingRuleDefinition - Tooling API",
|
|
"description": "Setup object specifying a MatchingRule to use with DuplicateJob instances that share a DuplicateJobDefinition. Available in Tooling API version 42.0 and later.",
|
|
"supported_soap_calls": "`create()`, `query()`, `retrieve()`",
|
|
"supported_rest_api_http_methods": "`GET`, `POST`",
|
|
"fields_columns": [
|
|
"type",
|
|
"properties",
|
|
"description"
|
|
],
|
|
"fields": {
|
|
"DuplicateJobDefinitionId": {
|
|
"type": "reference",
|
|
"properties": "Create, Filter, Group, Sort",
|
|
"description": "The ID of the duplicate job definition."
|
|
},
|
|
"MatchingRuleId": {
|
|
"type": "reference",
|
|
"properties": "Create, Filter, Group, Nillable, Sort",
|
|
"description": "The ID of the matching rule specified for a duplicate job."
|
|
}
|
|
}
|
|
} |