afv-library/skills/platform-data-and-tooling-api-context-get/assets/enterprise_api/DuplicateJobMatchingRule.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": "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."
}