Copy UI action on record producer creates duplicate "SNC External" user criteria records.DescriptionCopy UI action on record producer creates duplicate "SNC External" user criteria records.Steps to Reproduce 1. Activate plugin : Explicit Roles (ID:com.glide.explicit_roles) 2. Create a catalog item ==>Observe a sc_cat_item_user_criteria_no_mtom record is generated. ================== Catalog Item - Test_CAT Not Available For (1) Not Available for | Display name ------------------------------------------------- SNC External | Test_CAT.SNC External ================== 3. Copy the catalog item ==>Observe duplicated sc_cat_item_user_criteria_no_mtom records are generated. ================== Catalog Item - Copy of Test_CAT Not Available For (2) Not Available for | Display name ------------------------------------------------------ SNC External | Copy of Test_CAT.SNC External SNC External | Copy of Test_CAT.SNC External ================== Actual : Duplicate user criteria are created.Expected : Duplicate user criteria should not be createdWorkaroundPlease upgrade to Paris and clear OOB value of System property glide.sc.item.copy.include_relationship.Then, you can remove the table sc_cat_item_user_criteria_no_mtom to avoid duplication.Related Problem: PRB1385815