cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How does adding a new UserRight work in SAP Commerce?

former_member734178
Discoverer
0 Kudos
303

I asked this as part of a SmartEdit question but I think it's best to start a new topic.

If you add a new UserRight and assign it to a user group like in the code snippet below, how can we see whether this works or not?

I have imported the below successfully but I can't find any reference whatsoever to it in my admingroup. How can I find this? What is the purpose of adding it like this? I see the other other UserRight items are read, write etc which make sense and I can see them using the permissions/key button in Backoffice, but there is no sign of the one from the impex.

Any insight would be appreciated.

INSERT_UPDATE UserRight;code[unique=true];
;smartedit.configurationcenter.read;


#% de.hybris.platform.smarteditwebservices.utils.PermissionsImportUtils.importGlobalPermission("admingroup", "smartedit.configurationcenter.read"); 

Accepted Solutions (0)

Answers (0)