on 2020 Nov 06 2:39 PM
Hi All,
I need to see in the Hybris what all userrights are associated to any usergroup for any item type using flexible query.
When I am using query select * from {userGroup}, it is not giving any userright deatils.
Can you please help.
Request clarification before answering.
You can try this script to export all UAC:
# ---- Extension: core ---- Type: UserRight ----
"#% impex.setTargetFile( ""UserRight.csv"" , true, 0, 0 );"
#SPECIAL CASE: Type UserRight will be exported with special logic (without header definition), see https://wiki.hybris.com/x/PIFvAg
"#% impex.exportItems( ""UserRight"" , false );"
I'm not sure if you can filter it to export a specific usergroup only. But, it's a good workaround for now.
Reference: https://launchpad.support.sap.com/#/notes/0002384816
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.