app_url_by_priority

NAML documentation   Watch a video
   Usages of this macro
The source code below doesn't have navigation links because no usage has been compiled yet. Navigation links depend on how and where the macro is used, so first you may try finding all usages of "app_url_by_priority".
... in workgroup.naml
522
523
524
525
526
527
528
529
530
<macro name="app_url_by_priority" parameters="priority">
    <n.page_node.url
        template="[n.app_template/]"
        priority="[n.priority/]"
        assignee="[n.app_assignee/]"
        date="[n.app_date/]"
        index_record="0"
    />
</macro>