Skip to Content
0
Jun 07, 2018 at 12:58 PM

Restrictions are not applied on Catalog Sync Job

400 Views

Hi All, I have a requirement to synchronize only approved Products. For this I created a Search Restriction as

 {approvalStatus}=({{select {a.pk} from {ArticleApprovalStatus as a} where {a.code}='approved'}})


and associate a User for that restriction. Assigned the same User to CatalogVersionSyncJob as sessionUser. Now When am doing a single product synchronization, it synchronized even though approval status as Check.

Note: We are using Hybris 5.7 version.

If I missed anything to that work, please give me some pointers.