mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-06 15:59:59 +08:00
43 lines
1.5 KiB
JSON
43 lines
1.5 KiB
JSON
{
|
||
"sections": [
|
||
"title",
|
||
"description",
|
||
"fields",
|
||
"special_access_rules"
|
||
],
|
||
"title": "DuplicateJobMatchingRule - Data API",
|
||
"description": "Represents a MatchingRule to be used with a DuplicateJob sharing the corresponding DuplicateJobMatchingRuleDefinition.",
|
||
"fields_columns": [
|
||
"type",
|
||
"properties",
|
||
"description"
|
||
],
|
||
"fields": {
|
||
"DuplicateJobId": {
|
||
"type": "reference",
|
||
"properties": "Filter, Group, Sort",
|
||
"description": "The ID of the corresponding DuplicateJob."
|
||
},
|
||
"DuplicateJobMatchRuleDefId": {
|
||
"type": "reference",
|
||
"properties": "Filter, Group, Sort",
|
||
"description": "The ID of the matching rule defined for the corresponding DuplicateJobMatchingRuleDefinition."
|
||
},
|
||
"MatchingRuleBooleanFilter": {
|
||
"type": "textarea",
|
||
"properties": "Filter, Sort",
|
||
"description": "Boolean logic of the MatchingRule for this DuplicateJobMatchingRule."
|
||
},
|
||
"MatchingRuleDescription": {
|
||
"type": "textarea",
|
||
"properties": "Filter, Group, Nillable, Sort",
|
||
"description": "Description of the matching rule for this DuplicateJobMatchingRule."
|
||
},
|
||
"MatchingRuleName": {
|
||
"type": "string",
|
||
"properties": "Filter, Group, Sort",
|
||
"description": "The name of the matching rule defined for this particular DuplicateJob invocation."
|
||
}
|
||
},
|
||
"special_access_rules": "As of Summer ’20 and later, only users with the View Setup and Configuration permission can access this object."
|
||
} |