Skip to Content
0
Former Member
Jun 20, 2018 at 05:14 PM

Restricting synchronization based on user groups

72 Views

Hi Team,

We have a requirement to restrict synchronization based on user groups. We have readonly group, whenever user logged into backoffice with readonly group and navigate to Catalog > Catalog Versions WHEN user double clicks the Product catalog Staged from the browser area THEN user is NOT able to select the 'Catalog Synchronization' icon above the browser area and sync the entire catalog to online. Also he should not allow to sync.

We have used below permissions in access-rights.impex file.

;;;;ItemSyncTimestamp;-;-;-;-;-; ;;;;SyncItemJob;-;-;-;-;-; ;;;;CatalogVersionSyncJob;-;-;-;-;-; ;;;;CatalogVersionSyncMaster;-;-;-;-;-;

Still it is allowing to sync entire catalog. Can some one help me to resolve this issue