Default Menu and Function Set
Scoping Questions
- What is the default menu for each user role?
- What function sets should be available by default?
- Should the default menu vary by location or fascia?
How To Guide
Configuration Examples
Default menu assignment by user role
<core:userRole
xmlns:core="http://www.enactor.com/core"
xmlns:retail="http://www.enactor.com/retail">
<core:roleId>CASHIER</core:roleId>
<retail:defaultMenuId>CASHIER_SALE_MENU</retail:defaultMenuId>
<retail:defaultLandingPage>SALE</retail:defaultLandingPage>
</core:userRole>