on 2018 Jan 30 2:04 PM
Hello Experts,
I have a requirement for bulk order status update in Hybris backoffice, so I created a listview action button UPLOAD (by extending DefaultActionRenderer) to achieve this task. But another requirement is : UPLOAD button should be enabled/visible only to specific user groups.
Can you please help me, how to put user group restriction in UPLOAD button.
Thanks in advance.

Request clarification before answering.
Disable listviewaction button in backoffice based on user groups.
Unable to disable listviewAction, Can you please help me regarding this
<y:actions xmlns:y="http://www.hybris.com/cockpit/config/hybris">
<y:group qualifier="common">
<y:label>actiongroup.common</y:label>
<y:action action-id="com.kb.actions.myaction" property="exportColumnsAndData" />
</y:group>
</y:actions>
</context>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi ,
Please use configuration context filtering by principal dimension. You can find more in this document and all subsequent.
Cheers, Jacek
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.