mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-06 15:59:59 +08:00
28 lines
963 B
JSON
28 lines
963 B
JSON
{
|
||
"sections": [
|
||
"title",
|
||
"description",
|
||
"fields",
|
||
"special_access_rules"
|
||
],
|
||
"title": "DuplicateJobMatchingRuleDefinition - Data API",
|
||
"description": "Setup object specifying a MatchingRule to use with DuplicateJob instances that share a DuplicateJobDefinition.",
|
||
"fields_columns": [
|
||
"type",
|
||
"properties",
|
||
"description"
|
||
],
|
||
"fields": {
|
||
"DuplicateJobDefinitionId": {
|
||
"type": "reference",
|
||
"properties": "Filter, Group, Sort",
|
||
"description": "ID of DuplicateJobDefinition (master) for this DuplicateJobMatchingRuleDefinition (detail)."
|
||
},
|
||
"MatchingRuleId": {
|
||
"type": "reference",
|
||
"properties": "Filter, Group, Nillable, Sort",
|
||
"description": "ID of the MatchingRule to be used with this DuplicateJobMatchingRuleDefinition."
|
||
}
|
||
},
|
||
"special_access_rules": "As of Summer ’20 and later, only users with the View Setup and Configuration permission can access this object."
|
||
} |