[Index]

Model: data/LandingPage

Landing Pages

To access the latest documentation, go to Documentation and Resources at: https://voss.portalshape.com

Add a Landing Page

This procedure adds a new landing page.

  1. Log in as the provider administrator, or higher.

  2. Choose the hierarchy level for the landing page.

  3. Go to (default menu) Role Management > Landing Pages.

  4. To create a new landing page based on settings in an existing landing page (recommended), click on the relevant landing page to open its editing screen, then click Clone.

  5. On the Details tab:

  6. On the Welcome Header tab:

  7. Save the landing page.

  8. Assign the landing page to the relevant roles.

Edit a Landing Page

To edit an existing landing page, click on the landing page to open its editing screen. Update settings, and save your changes.

Landing Pages Field Reference

This topic describes the fields and configuration options on the Landing Pages screen in the VOSS Automate Admin Portal.

Note

To access this screen (default menus) go to Role Management > Landing Pages; then, click on an existing landing page to open the Landing Pages editing screen, or click the Plus icon (+) to add a new landing page (which also opens the Landing Pages editing screen).

You can select the following tabs on this screen:

Details Tab

The Details tab defines the following options for the landing page:

Meta Tasks

These rows display the shortcut buttons (one or more) at the top of the home page screen (directly below the line text, if configured). Click in the row to edit an existing shortcut button, or click the Plus icon (+) to add a new shortcut button.

The table describes the fields on the Meta Tasks editing screen:

Title Field Name Description
Button Text button_text Text for the button.
Type type The model type to associate with the Title. Blank when href field is populated.
Href href API URL. Direct reference to a model type (the path), if applicable. If used, the Type field is empty. Example API URL for a lit of items of type relation/SubscriberPhone: /api/relation/SubscriberPhone/
Field Display Policy field_display_policy The field display policy associated with the menu item.
Configuration Template configuration_template The configuration template associated with the menu item.
Display As display

The display format of the model types of the menu item. The default is list.

  • Form: (for a single instance) The link opens a form.
  • Tree: (for two or more instances)
  • List (for two or more instances)

Counters

These rows display the model-type instance counts (one or more) that display on the landing page. Click in a row to edit an existing counter, or click the Plus icon (+) to add a new counter.

The table describes the fields on the Counters editing screen:

Title Field Name Description
Title display Mandatory. The title to be displayed for this counter. For example, Phones, Users.
Icon display The icon to be used for this counter.
Type type The model type to count and associate with the counter.
Field Display Policy field_display_policy The field display policy associated with the counter.
Configuration Template configuration_template The configuration template associated with the counter.

Sections

These rows display the sections (one or more) that display as blocks on the landing page. Click on an item to edit it, or click the Plus (+) icon to add a new section. Use the hamburger icon to re-order the sections.

The table describes the general fields on the Sections editing screen:

Title Field Name Description
Title * title Mandatory. The section title as it will show on the Landing page.
Image URL image

Optional URL to the image to be displayed as section image.

For example, let's say a theme is uploaded with landing page images, and the theme folder has a subfolder with the following file: mytheme/img/landingpage/landing1.png

In this case, the URL would be: /www/themes/mytheme/img/landingpage/landing1.png

Links links List of links (one or more) in the section.

The table describes the fields on the Links editing screen:

Title Field Name Description
Icon   Choose an icon for the link.
Link Text link_text Mandatory. Text for the link.
Condition   Optional. Specify a macro as a condition to define whether the link displays on the landing page. If the macro evaluates to True (default), the link displays. See the Advanced Configuration Guide for more information about using macros as conditional criteria.
Type type The model type to associate with the Title.
Href href If a direct reference to a model type is used for the menu item, the specified path.
Field Display Policy field_display_policy The field display policy associated with the menu item.
Configuration Template configuration_template The selected Configuration Template that is associated with the Menu Item.
Display As display The display format of the model types of the menu item. The default is list. Default = list. * Form (for a single instance) * Tree (for multiple instances) * List (for multiple instances)
Display Multiple Columns is_multicolumn Determines if link is shown as multiple columns or not.

Welcome Header Tab

The table describes the fields on the Welcome Header tab:

Title Field Name Description
Header Text header A single line static welcome test displayed on top of the landing page.
Line Text line Text for the welcome line displayed under the header. Use [userrole] as a placeholder to insert the current user's role.

Related Topics

Advanced Configuration Guide

Macros in VOSS Automate in the Core Feature Guide

Landing Pages in the Core Feature Guide

Configurable Filters in Menus and Landing Pages in the Core Feature Guide

Custom Icon Names Reference in the Core Feature Guide

Custom Components for Menu Layouts and Landing Pages in the Core Feature Guide

Landing page displayed to end user

Model Details: data/LandingPage

Title Description Details
Name * The name that is given to the Landing Page
  • Field Name: name
  • Type: String
Welcome Header Text for the welcome section.
  • Field Name: welcome
  • Type: Object
Header Text * A single line static welcome test displayed on top of the landing page.
  • Field Name: welcome.header
  • Type: String
Line Text * Text for the welcome line displayed under the header. Use [userrole] as a placeholder to insert the current user's role.
  • Field Name: welcome.line
  • Type: String
Meta Tasks Definitions for the meta task shortcut buttons
  • Field Name: meta_tasks.[n]
  • Type: Array
Button Text Text for the button
  • Field Name: meta_tasks.[n].button_text
  • Type: String
Type The selected model type from the Type drop-down list to associate with the Title.
  • Field Name: meta_tasks.[n].type
  • Type: String
  • Format: uri
Href If a direct reference to a model type is used for the menu item, the specified path.
  • Field Name: meta_tasks.[n].href
  • Type: String
Field Display Policy The selected Field Display Policy that is associated with the Menu Item.
  • Field Name: meta_tasks.[n].field_display_policy
  • Type: String
  • Target: data/FieldDisplayPolicy
  • Target attr: name
  • Format: uri
Configuration Template The selected Configuration Template that is associated with the Menu Item.
  • Field Name: meta_tasks.[n].configuration_template
  • Type: String
  • Target: data/ConfigurationTemplate
  • Target attr: name
  • Format: uri
Display As Select the display format of the model types of the menu item. The format can be a Form for a single instance, or a List for more than one instance. Default: list
  • Field Name: meta_tasks.[n].display
  • Type: String
  • Default: list
  • Choices: ["Form", "Inline List", "List", "Wizard"]
Fixed Filters Filters that can't be removed by end user. Applicable to display as = 'list'
  • Field Name: filter_options.[n]
  • Type: Array
Filter By
  • Field Name: meta_tasks.[n].filter_options.[n].filter_by
  • Type: String
Filter Type
  • Field Name: meta_tasks.[n].filter_options.[n].filter_type
  • Type: String
  • Choices: ["Contains", "Does Not Contain", "Starts With", "Ends With", "Equals", "Not Equal"]
Filter String
  • Field Name: meta_tasks.[n].filter_options.[n].filter_string
  • Type: String
Ignore Case
  • Field Name: meta_tasks.[n].filter_options.[n].ignore_case
  • Type: Boolean
Configurable Filters Filters suggested to end users and my be cleared. Applicable to display as = 'list'
  • Field Name: configurable_options.[n]
  • Type: Array
Filter By
  • Field Name: meta_tasks.[n].configurable_options.[n].filter_by
  • Type: String
Filter Type
  • Field Name: meta_tasks.[n].configurable_options.[n].filter_type
  • Type: String
  • Choices: ["Contains", "Does Not Contain", "Starts With", "Ends With", "Equals", "Not Equal"]
Filter String
  • Field Name: meta_tasks.[n].configurable_options.[n].filter_string
  • Type: String
Ignore Case
  • Field Name: meta_tasks.[n].configurable_options.[n].ignore_case
  • Type: Boolean
Counters The list of counters for the Landing Page dashboard
  • Field Name: counters.[n]
  • Type: Array
Title * The title to be displayed for this counter.
  • Field Name: counters.[n].title
  • Type: String
Icon The icon to be used for this counter.
  • Field Name: counters.[n].icon
  • Type: String
  • Choices: ["3D Rotation", "Ac Unit", "Access Alarm", "Access Alarms", "Access Time", "Accessibility", "Accessible", "Account Balance", "Account Balance Wallet", "Account Box", "Account Circle", "Add", "Add A Photo", "Add Alarm", "Add Alert", "Add Box", "Add Circle", "Add Circle Outline", "Add Location", "Add Shopping Cart", "Add To Photos", "Add To Queue", "Adjust", "Airline Seat Flat", "Airline Seat Flat Angled", "Airline Seat Individual Suite", "Airline Seat Legroom Extra", "Airline Seat Legroom Normal", "Airline Seat Legroom Reduced", "Airline Seat Recline Extra", "Airline Seat Recline Normal", "Airplanemode Active", "Airplanemode Inactive", "Airplay", "Airport Shuttle", "Alarm", "Alarm Add", "Alarm Off", "Alarm On", "Album", "All Inclusive", "All Out", "Android", "Announcement", "Apps", "Archive", "Arrow Back", "Arrow Downward", "Arrow Drop Down", "Arrow Drop Down Circle", "Arrow Drop Up", "Arrow Forward", "Arrow Upward", "Art Track", "Aspect Ratio", "Assessment", "Assignment", "Assignment Ind", "Assignment Late", "Assignment Return", "Assignment Returned", "Assignment Turned In", "Assistant", "Assistant Photo", "Attach File", "Attach Money", "Attachment", "Audiotrack", "Autorenew", "Av Timer", "Backspace", "Backup", "Battery Alert", "Battery Charging Full", "Battery Full", "Battery Std", "Battery Unknown", "Beach Access", "Beenhere", "Block", "Bluetooth", "Bluetooth Audio", "Bluetooth Connected", "Bluetooth Disabled", "Bluetooth Searching", "Blur Circular", "Blur Linear", "Blur Off", "Blur On", "Book", "Bookmark", "Bookmark Border", "Border All", "Border Bottom", "Border Clear", "Border Color", "Border Horizontal", "Border Inner", "Border Left", "Border Outer", "Border Right", "Border Style", "Border Top", "Border Vertical", "Branding Watermark", "Brightness 1", "Brightness 2", "Brightness 3", "Brightness 4", "Brightness 5", "Brightness 6", "Brightness 7", "Brightness Auto", "Brightness High", "Brightness Low", "Brightness Medium", "Broken Image", "Brush", "Bubble Chart", "Bug Report", "Build", "Burst Mode", "Business", "Business Center", "Cached", "Cake", "Call", "Call End", "Call Made", "Call Merge", "Call Missed", "Call Missed Outgoing", "Call Received", "Call Split", "Call To Action", "Camera", "Camera Alt", "Camera Enhance", "Camera Front", "Camera Rear", "Camera Roll", "Cancel", "Card Giftcard", "Card Membership", "Card Travel", "Casino", "Cast", "Cast Connected", "Center Focus Strong", "Center Focus Weak", "Change History", "Chat", "Chat Bubble", "Chat Bubble Outline", "Check", "Check Box", "Check Box Outline Blank", "Check Circle", "Chevron Left", "Chevron Right", "Child Care", "Child Friendly", "Chrome Reader Mode", "Class", "Clear", "Clear All", "Close", "Closed Caption", "Cloud", "Cloud Circle", "Cloud Done", "Cloud Download", "Cloud Off", "Cloud Queue", "Cloud Upload", "Code", "Collections", "Collections Bookmark", "Color Lens", "Colorize", "Comment", "Compare", "Compare Arrows", "Computer", "Confirmation Number", "Contact Mail", "Contact Phone", "Contacts", "Content Copy", "Content Cut", "Content Paste", "Control Point", "Control Point Duplicate", "Copyright", "Create", "Create New Folder", "Credit Card", "Crop", "Crop 16 9", "Crop 3 2", "Crop 5 4", "Crop 7 5", "Crop Din", "Crop Free", "Crop Landscape", "Crop Original", "Crop Portrait", "Crop Rotate", "Crop Square", "Dashboard", "Data Usage", "Date Range", "Dehaze", "Delete", "Delete Forever", "Delete Sweep", "Description", "Desktop Mac", "Desktop Windows", "Details", "Developer Board", "Developer Mode", "Device Hub", "Devices", "Devices Other", "Dialer Sip", "Dialpad", "Directions", "Directions Bike", "Directions Boat", "Directions Bus", "Directions Car", "Directions Railway", "Directions Run", "Directions Subway", "Directions Transit", "Directions Walk", "Disc Full", "Dns", "Do Not Disturb", "Do Not Disturb Alt", "Do Not Disturb Off", "Do Not Disturb On", "Dock", "Domain", "Done", "Done All", "Donut Large", "Donut Small", "Drafts", "Drag Handle", "Drive Eta", "Dvr", "Edit", "Edit Location", "Eject", "Email", "Enhanced Encryption", "Equalizer", "Error", "Error Outline", "Euro Symbol", "Ev Station", "Event", "Event Available", "Event Busy", "Event Note", "Event Seat", "Exit To App", "Expand Less", "Expand More", "Explicit", "Explore", "Exposure", "Exposure Neg 1", "Exposure Neg 2", "Exposure Plus 1", "Exposure Plus 2", "Exposure Zero", "Extension", "Face", "Fast Forward", "Fast Rewind", "Favorite", "Favorite Border", "Featured Play List", "Featured Video", "Feedback", "Fiber Dvr", "Fiber Manual Record", "Fiber New", "Fiber Pin", "Fiber Smart Record", "File Download", "File Upload", "Filter", "Filter 1", "Filter 2", "Filter 3", "Filter 4", "Filter 5", "Filter 6", "Filter 7", "Filter 8", "Filter 9", "Filter 9 Plus", "Filter B And W", "Filter Center Focus", "Filter Drama", "Filter Frames", "Filter Hdr", "Filter List", "Filter None", "Filter Tilt Shift", "Filter Vintage", "Find In Page", "Find Replace", "Fingerprint", "First Page", "Fitness Center", "Flag", "Flare", "Flash Auto", "Flash Off", "Flash On", "Flight", "Flight Land", "Flight Takeoff", "Flip", "Flip To Back", "Flip To Front", "Folder", "Folder Open", "Folder Shared", "Folder Special", "Font Download", "Format Align Center", "Format Align Justify", "Format Align Left", "Format Align Right", "Format Bold", "Format Clear", "Format Color Fill", "Format Color Reset", "Format Color Text", "Format Indent Decrease", "Format Indent Increase", "Format Italic", "Format Line Spacing", "Format List Bulleted", "Format List Numbered", "Format Paint", "Format Quote", "Format Shapes", "Format Size", "Format Strikethrough", "Format Textdirection L To R", "Format Textdirection R To L", "Format Underlined", "Forum", "Forward", "Forward 10", "Forward 30", "Forward 5", "Free Breakfast", "Fullscreen", "Fullscreen Exit", "Functions", "G Translate", "Gamepad", "Games", "Gavel", "Gesture", "Get App", "Gif", "Golf Course", "Gps Fixed", "Gps Not Fixed", "Gps Off", "Grade", "Gradient", "Grain", "Graphic Eq", "Grid Off", "Grid On", "Group", "Group Add", "Group Work", "Hd", "Hdr Off", "Hdr On", "Hdr Strong", "Hdr Weak", "Headset", "Headset Mic", "Healing", "Hearing", "Help", "Help Outline", "High Quality", "Highlight", "Highlight Off", "History", "Home", "Hot Tub", "Hotel", "Hourglass Empty", "Hourglass Full", "Http", "Https", "Image", "Image Aspect Ratio", "Import Contacts", "Import Export", "Important Devices", "Inbox", "Indeterminate Check Box", "Info", "Info Outline", "Input", "Insert Chart", "Insert Comment", "Insert Drive File", "Insert Emoticon", "Insert Invitation", "Insert Link", "Insert Photo", "Invert Colors", "Invert Colors Off", "Iso", "Keyboard", "Keyboard Arrow Down", "Keyboard Arrow Left", "Keyboard Arrow Right", "Keyboard Arrow Up", "Keyboard Backspace", "Keyboard Capslock", "Keyboard Hide", "Keyboard Return", "Keyboard Tab", "Keyboard Voice", "Kitchen", "Label", "Label Outline", "Landscape", "Language", "Laptop", "Laptop Chromebook", "Laptop Mac", "Laptop Windows", "Last Page", "Launch", "Layers", "Layers Clear", "Leak Add", "Leak Remove", "Lens", "Library Add", "Library Books", "Library Music", "Lightbulb Outline", "Line Style", "Line Weight", "Linear Scale", "Link", "Linked Camera", "List", "Live Help", "Live Tv", "Local Activity", "Local Airport", "Local Atm", "Local Bar", "Local Cafe", "Local Car Wash", "Local Convenience Store", "Local Dining", "Local Drink", "Local Florist", "Local Gas Station", "Local Grocery Store", "Local Hospital", "Local Hotel", "Local Laundry Service", "Local Library", "Local Mall", "Local Movies", "Local Offer", "Local Parking", "Local Pharmacy", "Local Phone", "Local Pizza", "Local Play", "Local Post Office", "Local Printshop", "Local See", "Local Shipping", "Local Taxi", "Location City", "Location Disabled", "Location Off", "Location On", "Location Searching", "Lock", "Lock Open", "Lock Outline", "Looks", "Looks 3", "Looks 4", "Looks 5", "Looks 6", "Looks One", "Looks Two", "Loop", "Loupe", "Low Priority", "Loyalty", "Mail", "Mail Outline", "Map", "Markunread", "Markunread Mailbox", "Memory", "Menu", "Merge Type", "Message", "Mic", "Mic None", "Mic Off", "Mms", "Mode Comment", "Mode Edit", "Monetization On", "Money Off", "Monochrome Photos", "Mood", "Mood Bad", "More", "More Horiz", "More Vert", "Motorcycle", "Mouse", "Move To Inbox", "Movie", "Movie Creation", "Movie Filter", "Multiline Chart", "Music Note", "Music Video", "My Location", "Nature", "Nature People", "Navigate Before", "Navigate Next", "Navigation", "Near Me", "Network Cell", "Network Check", "Network Locked", "Network Wifi", "New Releases", "Next Week", "Nfc", "No Encryption", "No Sim", "Not Interested", "Note", "Note Add", "Notifications", "Notifications Active", "Notifications None", "Notifications Off", "Notifications Paused", "Offline Pin", "Ondemand Video", "Opacity", "Open In Browser", "Open In New", "Open With", "Pages", "Pageview", "Palette", "Pan Tool", "Panorama", "Panorama Fish Eye", "Panorama Horizontal", "Panorama Vertical", "Panorama Wide Angle", "Party Mode", "Pause", "Pause Circle Filled", "Pause Circle Outline", "Payment", "People", "People Outline", "Perm Camera Mic", "Perm Contact Calendar", "Perm Data Setting", "Perm Device Information", "Perm Identity", "Perm Media", "Perm Phone Msg", "Perm Scan Wifi", "Person", "Person Add", "Person Outline", "Person Pin", "Person Pin Circle", "Personal Video", "Pets", "Phone", "Phone Android", "Phone Bluetooth Speaker", "Phone Forwarded", "Phone In Talk", "Phone Iphone", "Phone Locked", "Phone Missed", "Phone Paused", "Phonelink", "Phonelink Erase", "Phonelink Lock", "Phonelink Off", "Phonelink Ring", "Phonelink Setup", "Photo", "Photo Album", "Photo Camera", "Photo Filter", "Photo Library", "Photo Size Select Actual", "Photo Size Select Large", "Photo Size Select Small", "Picture As Pdf", "Picture In Picture", "Picture In Picture Alt", "Pie Chart", "Pie Chart Outlined", "Pin Drop", "Place", "Play Arrow", "Play Circle Filled", "Play Circle Outline", "Play For Work", "Playlist Add", "Playlist Add Check", "Playlist Play", "Plus One", "Poll", "Polymer", "Pool", "Portable Wifi Off", "Portrait", "Power", "Power Input", "Power Settings New", "Pregnant Woman", "Present To All", "Print", "Priority High", "Public", "Publish", "Query Builder", "Question Answer", "Queue", "Queue Music", "Queue Play Next", "Radio", "Radio Button Checked", "Radio Button Unchecked", "Rate Review", "Receipt", "Recent Actors", "Record Voice Over", "Redeem", "Redo", "Refresh", "Remove", "Remove Circle", "Remove Circle Outline", "Remove From Queue", "Remove Red Eye", "Remove Shopping Cart", "Reorder", "Repeat", "Repeat One", "Replay", "Replay 10", "Replay 30", "Replay 5", "Reply", "Reply All", "Report", "Report Problem", "Restaurant", "Restaurant Menu", "Restore", "Restore Page", "Ring Volume", "Room", "Room Service", "Rotate 90 Degrees Ccw", "Rotate Left", "Rotate Right", "Rounded Corner", "Router", "Rowing", "Rss Feed", "Rv Hookup", "Satellite", "Save", "Scanner", "Schedule", "School", "Screen Lock Landscape", "Screen Lock Portrait", "Screen Lock Rotation", "Screen Rotation", "Screen Share", "Sd Card", "Sd Storage", "Search", "Security", "Select All", "Send", "Sentiment Dissatisfied", "Sentiment Neutral", "Sentiment Satisfied", "Sentiment Very Dissatisfied", "Sentiment Very Satisfied", "Settings", "Settings Applications", "Settings Backup Restore", "Settings Bluetooth", "Settings Brightness", "Settings Cell", "Settings Ethernet", "Settings Input Antenna", "Settings Input Component", "Settings Input Composite", "Settings Input Hdmi", "Settings Input Svideo", "Settings Overscan", "Settings Phone", "Settings Power", "Settings Remote", "Settings System Daydream", "Settings Voice", "Share", "Shop", "Shop Two", "Shopping Basket", "Shopping Cart", "Short Text", "Show Chart", "Shuffle", "Signal Cellular 4 Bar", "Signal Cellular Connected No Internet 4 Bar", "Signal Cellular No Sim", "Signal Cellular Null", "Signal Cellular Off", "Signal Wifi 4 Bar", "Signal Wifi 4 Bar Lock", "Signal Wifi Off", "Sim Card", "Sim Card Alert", "Skip Next", "Skip Previous", "Slideshow", "Slow Motion Video", "Smartphone", "Smoke Free", "Smoking Rooms", "Sms", "Sms Failed", "Snooze", "Sort", "Sort By Alpha", "Spa", "Space Bar", "Speaker", "Speaker Group", "Speaker Notes", "Speaker Notes Off", "Speaker Phone", "Spellcheck", "Star", "Star Border", "Star Half", "Stars", "Stay Current Landscape", "Stay Current Portrait", "Stay Primary Landscape", "Stay Primary Portrait", "Stop", "Stop Screen Share", "Storage", "Store", "Store Mall Directory", "Straighten", "Streetview", "Strikethrough S", "Style", "Subdirectory Arrow Left", "Subdirectory Arrow Right", "Subject", "Subscriptions", "Subtitles", "Subway", "Supervisor Account", "Surround Sound", "Swap Calls", "Swap Horiz", "Swap Vert", "Swap Vertical Circle", "Switch Camera", "Switch Video", "Sync", "Sync Disabled", "Sync Problem", "System Update", "System Update Alt", "Tab", "Tab Unselected", "Tablet", "Tablet Android", "Tablet Mac", "Tag Faces", "Tap And Play", "Terrain", "Text Fields", "Text Format", "Textsms", "Texture", "Theaters", "Thumb Down", "Thumb Up", "Thumbs Up Down", "Time To Leave", "Timelapse", "Timeline", "Timer", "Timer 10", "Timer 3", "Timer Off", "Title", "Toc", "Today", "Toll", "Tonality", "Touch App", "Toys", "Track Changes", "Traffic", "Train", "Tram", "Transfer Within A Station", "Transform", "Translate", "Trending Down", "Trending Flat", "Trending Up", "Tune", "Turned In", "Turned In Not", "Tv", "Unarchive", "Undo", "Unfold Less", "Unfold More", "Update", "Usb", "Verified User", "Vertical Align Bottom", "Vertical Align Center", "Vertical Align Top", "Vibration", "Video Call", "Video Label", "Video Library", "Videocam", "Videocam Off", "Videogame Asset", "View Agenda", "View Array", "View Carousel", "View Column", "View Comfy", "View Compact", "View Day", "View Headline", "View List", "View Module", "View Quilt", "View Stream", "View Week", "Vignette", "Visibility", "Visibility Off", "Voice Chat", "Voicemail", "Volume Down", "Volume Mute", "Volume Off", "Volume Up", "Vpn Key", "Vpn Lock", "Wallpaper", "Warning", "Watch", "Watch Later", "Wb Auto", "Wb Cloudy", "Wb Incandescent", "Wb Iridescent", "Wb Sunny", "Wc", "Web", "Web Asset", "Weekend", "Whatshot", "Widgets", "Wifi", "Wifi Lock", "Wifi Tethering", "Work", "Wrap Text", "Youtube Searched For", "Zoom In", "Zoom Out"]
Type The selected model type from the Type drop-down list to associate with the Title.
  • Field Name: counters.[n].type
  • Type: String
  • Format: uri
Field Display Policy The selected Field Display Policy that is associated with the counter.
  • Field Name: counters.[n].field_display_policy
  • Type: String
  • Target: data/FieldDisplayPolicy
  • Target attr: name
  • Format: uri
Configuration Template The selected Configuration Template that is associated with the counter.
  • Field Name: counters.[n].configuration_template
  • Type: String
  • Target: data/ConfigurationTemplate
  • Target attr: name
  • Format: uri
Fixed Filters Filters that can't be removed by end user.
  • Field Name: filter_options.[n]
  • Type: Array
Filter By
  • Field Name: counters.[n].filter_options.[n].filter_by
  • Type: String
Filter Type
  • Field Name: counters.[n].filter_options.[n].filter_type
  • Type: String
  • Choices: ["Contains", "Does Not Contain", "Starts With", "Ends With", "Equals", "Not Equal"]
Filter String
  • Field Name: counters.[n].filter_options.[n].filter_string
  • Type: String
Ignore Case
  • Field Name: counters.[n].filter_options.[n].ignore_case
  • Type: Boolean
Configurable Filters Filters suggested to end users and my be cleared.
  • Field Name: configurable_options.[n]
  • Type: Array
Filter By
  • Field Name: counters.[n].configurable_options.[n].filter_by
  • Type: String
Filter Type
  • Field Name: counters.[n].configurable_options.[n].filter_type
  • Type: String
  • Choices: ["Contains", "Does Not Contain", "Starts With", "Ends With", "Equals", "Not Equal"]
Filter String
  • Field Name: counters.[n].configurable_options.[n].filter_string
  • Type: String
Ignore Case
  • Field Name: counters.[n].configurable_options.[n].ignore_case
  • Type: Boolean
Sections The list of section items that belong to the Landing Page.
  • Field Name: sections.[n]
  • Type: Array
Title * The section title as it will show on the Landing page.
  • Field Name: sections.[n].title
  • Type: String
Image URL Optional URL to image to be displayed as section image.
  • Field Name: sections.[n].image
  • Type: String
  • Choices: ["Accounting", "Arrows", "Charting", "Configuration", "Deployment", "Detail", "Feedback", "Global", "Like", "Migration", "Network2", "Network", "News", "Options", "Permissions", "Reconciliation", "Reports", "Roles", "Search", "Security", "Settings", "Terminals", "User"]
Condition Only show this section if this condition evaluates to true.
  • Field Name: sections.[n].condition
  • Type: String
Links List of links that belong to section.
  • Field Name: links.[n]
  • Type: Array
Display Multiple Columns Determines if link is shown as multiple columns or not
  • Field Name: sections.[n].links.[n].is_multicolumn
  • Type: Boolean
Icon The icon to be used for this link.
  • Field Name: sections.[n].links.[n].icon
  • Type: String
  • Choices: ["3D Rotation", "Ac Unit", "Access Alarm", "Access Alarms", "Access Time", "Accessibility", "Accessible", "Account Balance", "Account Balance Wallet", "Account Box", "Account Circle", "Add", "Add A Photo", "Add Alarm", "Add Alert", "Add Box", "Add Circle", "Add Circle Outline", "Add Location", "Add Shopping Cart", "Add To Photos", "Add To Queue", "Adjust", "Airline Seat Flat", "Airline Seat Flat Angled", "Airline Seat Individual Suite", "Airline Seat Legroom Extra", "Airline Seat Legroom Normal", "Airline Seat Legroom Reduced", "Airline Seat Recline Extra", "Airline Seat Recline Normal", "Airplanemode Active", "Airplanemode Inactive", "Airplay", "Airport Shuttle", "Alarm", "Alarm Add", "Alarm Off", "Alarm On", "Album", "All Inclusive", "All Out", "Android", "Announcement", "Apps", "Archive", "Arrow Back", "Arrow Downward", "Arrow Drop Down", "Arrow Drop Down Circle", "Arrow Drop Up", "Arrow Forward", "Arrow Upward", "Art Track", "Aspect Ratio", "Assessment", "Assignment", "Assignment Ind", "Assignment Late", "Assignment Return", "Assignment Returned", "Assignment Turned In", "Assistant", "Assistant Photo", "Attach File", "Attach Money", "Attachment", "Audiotrack", "Autorenew", "Av Timer", "Backspace", "Backup", "Battery Alert", "Battery Charging Full", "Battery Full", "Battery Std", "Battery Unknown", "Beach Access", "Beenhere", "Block", "Bluetooth", "Bluetooth Audio", "Bluetooth Connected", "Bluetooth Disabled", "Bluetooth Searching", "Blur Circular", "Blur Linear", "Blur Off", "Blur On", "Book", "Bookmark", "Bookmark Border", "Border All", "Border Bottom", "Border Clear", "Border Color", "Border Horizontal", "Border Inner", "Border Left", "Border Outer", "Border Right", "Border Style", "Border Top", "Border Vertical", "Branding Watermark", "Brightness 1", "Brightness 2", "Brightness 3", "Brightness 4", "Brightness 5", "Brightness 6", "Brightness 7", "Brightness Auto", "Brightness High", "Brightness Low", "Brightness Medium", "Broken Image", "Brush", "Bubble Chart", "Bug Report", "Build", "Burst Mode", "Business", "Business Center", "Cached", "Cake", "Call", "Call End", "Call Made", "Call Merge", "Call Missed", "Call Missed Outgoing", "Call Received", "Call Split", "Call To Action", "Camera", "Camera Alt", "Camera Enhance", "Camera Front", "Camera Rear", "Camera Roll", "Cancel", "Card Giftcard", "Card Membership", "Card Travel", "Casino", "Cast", "Cast Connected", "Center Focus Strong", "Center Focus Weak", "Change History", "Chat", "Chat Bubble", "Chat Bubble Outline", "Check", "Check Box", "Check Box Outline Blank", "Check Circle", "Chevron Left", "Chevron Right", "Child Care", "Child Friendly", "Chrome Reader Mode", "Class", "Clear", "Clear All", "Close", "Closed Caption", "Cloud", "Cloud Circle", "Cloud Done", "Cloud Download", "Cloud Off", "Cloud Queue", "Cloud Upload", "Code", "Collections", "Collections Bookmark", "Color Lens", "Colorize", "Comment", "Compare", "Compare Arrows", "Computer", "Confirmation Number", "Contact Mail", "Contact Phone", "Contacts", "Content Copy", "Content Cut", "Content Paste", "Control Point", "Control Point Duplicate", "Copyright", "Create", "Create New Folder", "Credit Card", "Crop", "Crop 16 9", "Crop 3 2", "Crop 5 4", "Crop 7 5", "Crop Din", "Crop Free", "Crop Landscape", "Crop Original", "Crop Portrait", "Crop Rotate", "Crop Square", "Dashboard", "Data Usage", "Date Range", "Dehaze", "Delete", "Delete Forever", "Delete Sweep", "Description", "Desktop Mac", "Desktop Windows", "Details", "Developer Board", "Developer Mode", "Device Hub", "Devices", "Devices Other", "Dialer Sip", "Dialpad", "Directions", "Directions Bike", "Directions Boat", "Directions Bus", "Directions Car", "Directions Railway", "Directions Run", "Directions Subway", "Directions Transit", "Directions Walk", "Disc Full", "Dns", "Do Not Disturb", "Do Not Disturb Alt", "Do Not Disturb Off", "Do Not Disturb On", "Dock", "Domain", "Done", "Done All", "Donut Large", "Donut Small", "Drafts", "Drag Handle", "Drive Eta", "Dvr", "Edit", "Edit Location", "Eject", "Email", "Enhanced Encryption", "Equalizer", "Error", "Error Outline", "Euro Symbol", "Ev Station", "Event", "Event Available", "Event Busy", "Event Note", "Event Seat", "Exit To App", "Expand Less", "Expand More", "Explicit", "Explore", "Exposure", "Exposure Neg 1", "Exposure Neg 2", "Exposure Plus 1", "Exposure Plus 2", "Exposure Zero", "Extension", "Face", "Fast Forward", "Fast Rewind", "Favorite", "Favorite Border", "Featured Play List", "Featured Video", "Feedback", "Fiber Dvr", "Fiber Manual Record", "Fiber New", "Fiber Pin", "Fiber Smart Record", "File Download", "File Upload", "Filter", "Filter 1", "Filter 2", "Filter 3", "Filter 4", "Filter 5", "Filter 6", "Filter 7", "Filter 8", "Filter 9", "Filter 9 Plus", "Filter B And W", "Filter Center Focus", "Filter Drama", "Filter Frames", "Filter Hdr", "Filter List", "Filter None", "Filter Tilt Shift", "Filter Vintage", "Find In Page", "Find Replace", "Fingerprint", "First Page", "Fitness Center", "Flag", "Flare", "Flash Auto", "Flash Off", "Flash On", "Flight", "Flight Land", "Flight Takeoff", "Flip", "Flip To Back", "Flip To Front", "Folder", "Folder Open", "Folder Shared", "Folder Special", "Font Download", "Format Align Center", "Format Align Justify", "Format Align Left", "Format Align Right", "Format Bold", "Format Clear", "Format Color Fill", "Format Color Reset", "Format Color Text", "Format Indent Decrease", "Format Indent Increase", "Format Italic", "Format Line Spacing", "Format List Bulleted", "Format List Numbered", "Format Paint", "Format Quote", "Format Shapes", "Format Size", "Format Strikethrough", "Format Textdirection L To R", "Format Textdirection R To L", "Format Underlined", "Forum", "Forward", "Forward 10", "Forward 30", "Forward 5", "Free Breakfast", "Fullscreen", "Fullscreen Exit", "Functions", "G Translate", "Gamepad", "Games", "Gavel", "Gesture", "Get App", "Gif", "Golf Course", "Gps Fixed", "Gps Not Fixed", "Gps Off", "Grade", "Gradient", "Grain", "Graphic Eq", "Grid Off", "Grid On", "Group", "Group Add", "Group Work", "Hd", "Hdr Off", "Hdr On", "Hdr Strong", "Hdr Weak", "Headset", "Headset Mic", "Healing", "Hearing", "Help", "Help Outline", "High Quality", "Highlight", "Highlight Off", "History", "Home", "Hot Tub", "Hotel", "Hourglass Empty", "Hourglass Full", "Http", "Https", "Image", "Image Aspect Ratio", "Import Contacts", "Import Export", "Important Devices", "Inbox", "Indeterminate Check Box", "Info", "Info Outline", "Input", "Insert Chart", "Insert Comment", "Insert Drive File", "Insert Emoticon", "Insert Invitation", "Insert Link", "Insert Photo", "Invert Colors", "Invert Colors Off", "Iso", "Keyboard", "Keyboard Arrow Down", "Keyboard Arrow Left", "Keyboard Arrow Right", "Keyboard Arrow Up", "Keyboard Backspace", "Keyboard Capslock", "Keyboard Hide", "Keyboard Return", "Keyboard Tab", "Keyboard Voice", "Kitchen", "Label", "Label Outline", "Landscape", "Language", "Laptop", "Laptop Chromebook", "Laptop Mac", "Laptop Windows", "Last Page", "Launch", "Layers", "Layers Clear", "Leak Add", "Leak Remove", "Lens", "Library Add", "Library Books", "Library Music", "Lightbulb Outline", "Line Style", "Line Weight", "Linear Scale", "Link", "Linked Camera", "List", "Live Help", "Live Tv", "Local Activity", "Local Airport", "Local Atm", "Local Bar", "Local Cafe", "Local Car Wash", "Local Convenience Store", "Local Dining", "Local Drink", "Local Florist", "Local Gas Station", "Local Grocery Store", "Local Hospital", "Local Hotel", "Local Laundry Service", "Local Library", "Local Mall", "Local Movies", "Local Offer", "Local Parking", "Local Pharmacy", "Local Phone", "Local Pizza", "Local Play", "Local Post Office", "Local Printshop", "Local See", "Local Shipping", "Local Taxi", "Location City", "Location Disabled", "Location Off", "Location On", "Location Searching", "Lock", "Lock Open", "Lock Outline", "Looks", "Looks 3", "Looks 4", "Looks 5", "Looks 6", "Looks One", "Looks Two", "Loop", "Loupe", "Low Priority", "Loyalty", "Mail", "Mail Outline", "Map", "Markunread", "Markunread Mailbox", "Memory", "Menu", "Merge Type", "Message", "Mic", "Mic None", "Mic Off", "Mms", "Mode Comment", "Mode Edit", "Monetization On", "Money Off", "Monochrome Photos", "Mood", "Mood Bad", "More", "More Horiz", "More Vert", "Motorcycle", "Mouse", "Move To Inbox", "Movie", "Movie Creation", "Movie Filter", "Multiline Chart", "Music Note", "Music Video", "My Location", "Nature", "Nature People", "Navigate Before", "Navigate Next", "Navigation", "Near Me", "Network Cell", "Network Check", "Network Locked", "Network Wifi", "New Releases", "Next Week", "Nfc", "No Encryption", "No Sim", "Not Interested", "Note", "Note Add", "Notifications", "Notifications Active", "Notifications None", "Notifications Off", "Notifications Paused", "Offline Pin", "Ondemand Video", "Opacity", "Open In Browser", "Open In New", "Open With", "Pages", "Pageview", "Palette", "Pan Tool", "Panorama", "Panorama Fish Eye", "Panorama Horizontal", "Panorama Vertical", "Panorama Wide Angle", "Party Mode", "Pause", "Pause Circle Filled", "Pause Circle Outline", "Payment", "People", "People Outline", "Perm Camera Mic", "Perm Contact Calendar", "Perm Data Setting", "Perm Device Information", "Perm Identity", "Perm Media", "Perm Phone Msg", "Perm Scan Wifi", "Person", "Person Add", "Person Outline", "Person Pin", "Person Pin Circle", "Personal Video", "Pets", "Phone", "Phone Android", "Phone Bluetooth Speaker", "Phone Forwarded", "Phone In Talk", "Phone Iphone", "Phone Locked", "Phone Missed", "Phone Paused", "Phonelink", "Phonelink Erase", "Phonelink Lock", "Phonelink Off", "Phonelink Ring", "Phonelink Setup", "Photo", "Photo Album", "Photo Camera", "Photo Filter", "Photo Library", "Photo Size Select Actual", "Photo Size Select Large", "Photo Size Select Small", "Picture As Pdf", "Picture In Picture", "Picture In Picture Alt", "Pie Chart", "Pie Chart Outlined", "Pin Drop", "Place", "Play Arrow", "Play Circle Filled", "Play Circle Outline", "Play For Work", "Playlist Add", "Playlist Add Check", "Playlist Play", "Plus One", "Poll", "Polymer", "Pool", "Portable Wifi Off", "Portrait", "Power", "Power Input", "Power Settings New", "Pregnant Woman", "Present To All", "Print", "Priority High", "Public", "Publish", "Query Builder", "Question Answer", "Queue", "Queue Music", "Queue Play Next", "Radio", "Radio Button Checked", "Radio Button Unchecked", "Rate Review", "Receipt", "Recent Actors", "Record Voice Over", "Redeem", "Redo", "Refresh", "Remove", "Remove Circle", "Remove Circle Outline", "Remove From Queue", "Remove Red Eye", "Remove Shopping Cart", "Reorder", "Repeat", "Repeat One", "Replay", "Replay 10", "Replay 30", "Replay 5", "Reply", "Reply All", "Report", "Report Problem", "Restaurant", "Restaurant Menu", "Restore", "Restore Page", "Ring Volume", "Room", "Room Service", "Rotate 90 Degrees Ccw", "Rotate Left", "Rotate Right", "Rounded Corner", "Router", "Rowing", "Rss Feed", "Rv Hookup", "Satellite", "Save", "Scanner", "Schedule", "School", "Screen Lock Landscape", "Screen Lock Portrait", "Screen Lock Rotation", "Screen Rotation", "Screen Share", "Sd Card", "Sd Storage", "Search", "Security", "Select All", "Send", "Sentiment Dissatisfied", "Sentiment Neutral", "Sentiment Satisfied", "Sentiment Very Dissatisfied", "Sentiment Very Satisfied", "Settings", "Settings Applications", "Settings Backup Restore", "Settings Bluetooth", "Settings Brightness", "Settings Cell", "Settings Ethernet", "Settings Input Antenna", "Settings Input Component", "Settings Input Composite", "Settings Input Hdmi", "Settings Input Svideo", "Settings Overscan", "Settings Phone", "Settings Power", "Settings Remote", "Settings System Daydream", "Settings Voice", "Share", "Shop", "Shop Two", "Shopping Basket", "Shopping Cart", "Short Text", "Show Chart", "Shuffle", "Signal Cellular 4 Bar", "Signal Cellular Connected No Internet 4 Bar", "Signal Cellular No Sim", "Signal Cellular Null", "Signal Cellular Off", "Signal Wifi 4 Bar", "Signal Wifi 4 Bar Lock", "Signal Wifi Off", "Sim Card", "Sim Card Alert", "Skip Next", "Skip Previous", "Slideshow", "Slow Motion Video", "Smartphone", "Smoke Free", "Smoking Rooms", "Sms", "Sms Failed", "Snooze", "Sort", "Sort By Alpha", "Spa", "Space Bar", "Speaker", "Speaker Group", "Speaker Notes", "Speaker Notes Off", "Speaker Phone", "Spellcheck", "Star", "Star Border", "Star Half", "Stars", "Stay Current Landscape", "Stay Current Portrait", "Stay Primary Landscape", "Stay Primary Portrait", "Stop", "Stop Screen Share", "Storage", "Store", "Store Mall Directory", "Straighten", "Streetview", "Strikethrough S", "Style", "Subdirectory Arrow Left", "Subdirectory Arrow Right", "Subject", "Subscriptions", "Subtitles", "Subway", "Supervisor Account", "Surround Sound", "Swap Calls", "Swap Horiz", "Swap Vert", "Swap Vertical Circle", "Switch Camera", "Switch Video", "Sync", "Sync Disabled", "Sync Problem", "System Update", "System Update Alt", "Tab", "Tab Unselected", "Tablet", "Tablet Android", "Tablet Mac", "Tag Faces", "Tap And Play", "Terrain", "Text Fields", "Text Format", "Textsms", "Texture", "Theaters", "Thumb Down", "Thumb Up", "Thumbs Up Down", "Time To Leave", "Timelapse", "Timeline", "Timer", "Timer 10", "Timer 3", "Timer Off", "Title", "Toc", "Today", "Toll", "Tonality", "Touch App", "Toys", "Track Changes", "Traffic", "Train", "Tram", "Transfer Within A Station", "Transform", "Translate", "Trending Down", "Trending Flat", "Trending Up", "Tune", "Turned In", "Turned In Not", "Tv", "Unarchive", "Undo", "Unfold Less", "Unfold More", "Update", "Usb", "Verified User", "Vertical Align Bottom", "Vertical Align Center", "Vertical Align Top", "Vibration", "Video Call", "Video Label", "Video Library", "Videocam", "Videocam Off", "Videogame Asset", "View Agenda", "View Array", "View Carousel", "View Column", "View Comfy", "View Compact", "View Day", "View Headline", "View List", "View Module", "View Quilt", "View Stream", "View Week", "Vignette", "Visibility", "Visibility Off", "Voice Chat", "Voicemail", "Volume Down", "Volume Mute", "Volume Off", "Volume Up", "Vpn Key", "Vpn Lock", "Wallpaper", "Warning", "Watch", "Watch Later", "Wb Auto", "Wb Cloudy", "Wb Incandescent", "Wb Iridescent", "Wb Sunny", "Wc", "Web", "Web Asset", "Weekend", "Whatshot", "Widgets", "Wifi", "Wifi Lock", "Wifi Tethering", "Work", "Wrap Text", "Youtube Searched For", "Zoom In", "Zoom Out"]
Link Text Text for the link
  • Field Name: sections.[n].links.[n].link_text
  • Type: String
Condition Only show this link if this condition evaluates to true.
  • Field Name: sections.[n].links.[n].condition
  • Type: String
Columns Determines if links are shown as single or multiple columns
  • Field Name: columns.[n]
  • Type: Array
Type The selected model type from the Type drop-down list to associate with the Title.
  • Field Name: sections.[n].links.[n].type
  • Type: String
  • Format: uri
Href If a direct reference to a model type is used for the menu item, the specified path.
  • Field Name: sections.[n].links.[n].href
  • Type: String
Field Display Policy The selected Field Display Policy that is associated with the Menu Item.
  • Field Name: sections.[n].links.[n].field_display_policy
  • Type: String
  • Target: data/FieldDisplayPolicy
  • Target attr: name
  • Format: uri
Configuration Template The selected Configuration Template that is associated with the Menu Item.
  • Field Name: sections.[n].links.[n].configuration_template
  • Type: String
  • Target: data/ConfigurationTemplate
  • Target attr: name
  • Format: uri
Custom Component The selected Voss Portal Custom Component that is associated with the Menu Item.
  • Field Name: sections.[n].links.[n].custom_component
  • Type: String
  • Target: data/VossPortalCustomComponent
  • Target attr: component_route
  • Format: uri
Display As Select the display format of the model types of the menu item. The format can be a Form for a single instance, or a List for more than one instance. Default: list
  • Field Name: sections.[n].links.[n].display
  • Type: String
  • Default: list
  • Choices: ["Form", "Inline List", "Landing Page", "List", "Wizard"]
Fixed Filters Filters that can't be removed by end user. Applicable to display as = 'list'
  • Field Name: filter_options.[n]
  • Type: Array
Filter By
  • Field Name: sections.[n].links.[n].filter_options.[n].filter_by
  • Type: String
Filter Type
  • Field Name: sections.[n].links.[n].filter_options.[n].filter_type
  • Type: String
  • Choices: ["Contains", "Does Not Contain", "Starts With", "Ends With", "Equals", "Not Equal"]
Filter String
  • Field Name: sections.[n].links.[n].filter_options.[n].filter_string
  • Type: String
Ignore Case
  • Field Name: sections.[n].links.[n].filter_options.[n].ignore_case
  • Type: Boolean
Configurable Filters Filters suggested to end users and my be cleared. Applicable to display as = 'list'
  • Field Name: configurable_options.[n]
  • Type: Array
Filter By
  • Field Name: sections.[n].links.[n].configurable_options.[n].filter_by
  • Type: String
Filter Type
  • Field Name: sections.[n].links.[n].configurable_options.[n].filter_type
  • Type: String
  • Choices: ["Contains", "Does Not Contain", "Starts With", "Ends With", "Equals", "Not Equal"]
Filter String
  • Field Name: sections.[n].links.[n].configurable_options.[n].filter_string
  • Type: String
Ignore Case
  • Field Name: sections.[n].links.[n].configurable_options.[n].ignore_case
  • Type: Boolean