DuplicationCheckScope
Different scopes of duplication checks on item identifiers.
enum DuplicationCheckScope {
NONE
TENANT
BUSINESS_UNIT_GROUP
BUSINESS_UNIT
}
Values
DuplicationCheckScope.NONE
Duplication check won't be performed on item identifiers.
DuplicationCheckScope.TENANT
Item identifiers will be checked for duplicates across all tenant business units.
DuplicationCheckScope.BUSINESS_UNIT_GROUP
Item identifiers will be checked for duplicates across all business units below the business unit group.
DuplicationCheckScope.BUSINESS_UNIT
Item identifiers will be checked for duplicates per business unit.
Member Of
DuplicationCheckRule object