on ‎2018 Jun 04 10:59 PM
Hello,
There are many roles in the back office if you go and see under user groups.
For example - MarketingManagerGroup, CustomerGroup, EmployeeGroup etc.
Where / which file contains these are the nodes for so and so group?
For example - What are all the nodes in the MarketingManagerGroup and where they defined? What are all the nodes in the EmployeeGroup and where they defined?
Thanks in advance.
Request clarification before answering.
thanks for your quick response Sam.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for your reply. I looked at that link but that is not answering my question. If I assign MarketingManagerGroup for the user then I am seeing Marketing node + some other nodes also.
My question is - Where is defined marketingmanagergroup should have access to promotion rule, promotion template etc. In other words how to know what are all the available nodes and sub nodes under a marketingmanagergroup or employeegroup etc.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am not sure which hybris version you are using. But this snippet of code from hybris 6.7
promotionenginebackoffice-backoffice-config.xml couponbackoffice-backoffice-config.xml
i see the configuration for marketingmanagerrole.
<context merge-by="type" parent="AbstractRulesModule" component="editorareaactions">
<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="de.hybris.platform.ruleenginebackoffice.action.rulesmodulesyncaction" property="currentObject"/>
</y:group>
</y:actions>
</context>
</context>
and
<explorer-tree:explorer-tree xmlns:explorer-tree="http://www.hybris.com/cockpitng/config/explorertree">
<explorer-tree:navigation-node id="hmc_treenode_marketing">
<explorer-tree:navigation-node id="hmc_treenode_coupon_management">
<explorer-tree:type-node id="hmc_typenode_coupons" code="AbstractCoupon"/>
<explorer-tree:type-node id="hmc_typenode_coupon_code_generation_config" code="CodeGenerationConfiguration"/>
<explorer-tree:type-node id="hmc_type_tree_coupon_redemption" code="CouponRedemption"/>
</explorer-tree:navigation-node>
</explorer-tree:navigation-node>
</explorer-tree:explorer-tree>
Marketing Manager Group role can be found in https://help.hybris.com/6.7.0/hcd/4ffe96f4bf794aaf9c15b224ab08ffc6.html#loio4ffe96f4bf794aaf9c15b224... link text
EmployeeGroup is to identify the users who are supposed to be access the backend applications like hmc, hac, backoffice etc. This group assignment is the first criteria. Then additionally we can add hac , backoffice etc.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.