Skip to main content

Default Menu and Function Set

Scoping Questions
  1. What is the default menu for each user role?
  2. What function sets should be available by default?
  3. Should the default menu vary by location or fascia?
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>