OptionalactiveOptionalcatService Catalog item (sc_cat_item) this item links to directly.
Only used when type is 'sc_cat_item'.
OptionalcolorBootstrap contextual color applied to the menu item.
Valid values: 'default', 'primary', 'success', 'info', 'warning', 'danger'.
OptionalconditionGlideRecord encoded query condition evaluated server-side to determine whether this menu item is visible to the current user.
Optionaldisplay1Field name from table to display as the primary label for each filtered record.
Only used when type is 'filtered'.
Optionaldisplay2Field name from table to display as a secondary label for each filtered record.
Only used when type is 'filtered'.
OptionaldisplayDate field from table to display alongside each filtered record.
Valid values: 'sys_created_on', 'sys_updated_on', '' (none).
Only used when type is 'filtered'.
OptionalfilterEncoded query string used to filter records from table.
Only used when type is 'filtered'.
OptionalglyphFontAwesome icon class (without the fa- prefix) displayed alongside the menu item label.
OptionalhintTooltip text shown on hover over the menu item.
OptionalkbSpecific knowledge article (kb_knowledge) the item links to.
Only used when type is 'kb_article'.
OptionalkbKnowledge Base category (kb_category) the item links to.
Only used when type is 'kb_category'.
OptionalkbKnowledge Base topic the item links to.
Valid values: 'Policies', 'Applications', 'General', 'FAQ',
'Desktop', 'News', 'Email'.
Only used when type is 'kb_topic'.
Display text for the menu item shown in the portal navigation.
OptionalorderSort order of the item within its level (top-level or child items). Lower values appear first (leftmost / topmost).
OptionalpagePortal page to navigate to when the item is clicked.
Required for types: 'page', 'sc_category', 'sc_cat_item', 'kb_topic',
'kb_article', 'kb_category'.
OptionalrolesRestricts visibility of this menu item to users with at least one of the specified roles. If empty, the item is visible to all users who can access the portal.
OptionalscService Catalog category (sc_category) this item links to.
Only used when type is 'sc_category'.
OptionalscriptServer-side script that dynamically generates child menu items at runtime.
Must return an array of item objects. Only used when type is 'scripted'.
Consider using Now.include() to move the script to a separate .js file.
OptionalshortAdmin-facing description of the menu item's purpose. Not displayed in the portal UI.
OptionaltableServiceNow table name from which filtered records are displayed as child items.
Only used when type is 'filtered'.
OptionaltypeControls what the menu item links to or displays:
'page' — links to an sp_page within the portal.'url' — links to an arbitrary internal or external URL.'sc_category' — links to a Service Catalog category listing page.'sc_cat_item' — links directly to a specific catalog item.'kb_topic' — links to a Knowledge Base topic.'kb_article' — links to a specific knowledge article.'kb_category' — links to a Knowledge Base category.'filtered' — displays a filtered list of records from any table.'scripted' — dynamically generates child items via a server-side script.OptionalurlDestination URL for the menu item. Supports absolute and relative URLs.
Only used when type is 'url'.
OptionalurlHTML <a target> attribute controlling how the URL is opened.
Only used when type is 'url'.
Whether this menu item is rendered in the portal navigation. Set to
falseto hide without deleting.