just curious know how 1 can export access rights of user groups in hybris. searched hybris wiki git no help...
basically want retrieve data like(for example):
usergroup read create change
cronjobgroup + - +
thanks in advance,
you can generate export scripts in hmc, get:
"#% impex.setlocale( new locale( ""en"" , """" ) );" "#% impex.settargetfile( ""userright.csv"" , true, 0, 0 );" "#% impex.exportitems( ""userright"" , false );"
you can use in hac under impex export (or hmc).
Comments
Post a Comment