DuplicationCheckRule
Defines a rule for checking duplicates of item identifiers.
type DuplicationCheckRule {
itemIdentifierTypes: [InputItemIdentifierType!]
duplicationCheckScope: DuplicationCheckScope!
businessUnitGroupId: String
}
Fields
DuplicationCheckRule.itemIdentifierTypes ● [InputItemIdentifierType!] list enum
The list of item identifier types to which this duplication check rule applies.
DuplicationCheckRule.duplicationCheckScope ● DuplicationCheckScope! non-null enum
The scope of the duplication check, indicating the level at which duplicates should be checked (e.g., within a business unit, across the entire tenant, etc.).
DuplicationCheckRule.businessUnitGroupId ● String scalar
The identifier of the business unit group for which this duplication check rule is applicable. This allows for scoping the duplication check to specific groups of business units, enabling more granular control over where and how duplicates are checked within an organization.
Member Of
DuplicationCheckConfig object