Quick Links – Internal Links

Use hcm.util.navigateTo() to go directly to menu items. For example, this link on XiEmployeeMenu.menu brings the user to the TimeOff item.

<div class="cell">
    <a id="time" target="" onclick="hcm.util.navigateTo('/menu/XiEmployeeMenu.TimeOff')" class="layerIcon inforHyperlink headerText">
        <svg aria-hidden="true" focusable="false" role="presentation" class="icon"><use xlink:href="#icon-time-off-approval"></svg>
        <div class="caption">Time Off
            <div class="captionText">Track your work hours and submit time off requests. </div>
        </div>
    </a>
</div>

These links include menu items that lead to action forms, so a quick link can trigger an action.

To view the menus, configure them as an administrator. For more information, see Configuration Console for the web in the Landmark Technology documentation.