Just curious to know to how one can export the access rights of user groups in hybris. Searched hybris wiki but git no help...
Basically i want to retrieve data like(For example):
UserGroup Read Create Change
CronJobGroup + - +
Thanks in advance,
You can generate export scripts in the hMC, you will get:
"#% impex.setLocale( new Locale( ""en"" , """" ) );"
"#% impex.setTargetFile( ""UserRight.csv"" , true, 0, 0 );"
"#% impex.exportItems( ""UserRight"" , false );"
You can use this in the hac under impex export (or hMC).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With