synchronization - Permission to synchronize hybris product -


how enable hybris user group synchronize individual products on hmc?

more specifically, want enable button "start synchronization product" on hmc users of user group:

enter image description here

preferably, if show me how grant these access rights via impex files.

try granting these user group enable button:

type;uid;memberofgroups;password;target;read;change;create;remove;change_perm usergroup;mygroup;employeegroup;;;;;;; ;;;;syncitemcronjob;+;+;+;+ ;;;;synchronizecatalogversionwizard;+;+;+;+ 

if don't want allow entire catalog synchronization group, can disable hmc node adding hmcxml user group, this:

insert_update usergroup;uid[unique=true];hmcxml ;mygroup;"<?xml version=""1.0"" encoding=""iso-8859-1""?> <configuration    xmlns=""hybris.de/schemas/hmc/generic"" xmlns:xsi=""http://www.w3.org/2001/xmlschema-instance""    xsi:schemalocation=""hybris.de/schemas/hmc/generic hmc.xsd"">     <explorertree>       <group name=""catalog"">          <group name=""catalogviews""           mode=""delete"" />       </group>    </explorertree> </configuration>" 

Comments

Popular posts from this blog

c++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

VBA function to include CDATA -