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

where the nodes defined for a group

Former Member
0 Likes
429

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.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Likes

thanks for your quick response Sam.

Former Member
0 Likes

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.

VinayKumarS
Active Contributor
0 Likes

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>
 
VinayKumarS
Active Contributor
0 Likes

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.