| AccessRestriction |
- Type
- picklist
- Properties
- Create, Filter, Group, Restricted picklist, Sort, Update
- Description
- Determines if the menu item is available to guest users
who aren’t required to log in to the community.
|
| DefaultListViewId |
- Type
- reference
- Properties
- Create, Filter, Group, Nillable, Sort, Update
- Description
- If the value of the Type field is
SalesforceObject, the value is the ID of the default
list view for the object.
|
| DraftRowID |
- Type
- reference
- Properties
- Create, Filter, Group, Nillable, Sort
- Description
- The ID of the draft navigation menu item. The ID is
unique within your organization.
|
| Label |
- Type
- string
- Properties
- Create, Filter, Group, Sort, Update
- Description
- The text that appears in the navigation menu for this
item.
|
| NavigationLinkSetId |
- Type
- reference
- Properties
- Create, Filter, Group, Sort, Update
- Description
- The navigation menu that this item is included in.
|
| Position |
- Type
- int
- Properties
- Create, Filter, Group, Sort, Update
- Description
- The location of the menu item in the navigation
menu.
|
| Status |
- Type
- reference
- Properties
- Create, Filter, Group, Nillable, Sort
- Description
- Represents if the navigation menu item is published or not. The values can only be
DRAFT, LIVE, or null. In API versions 42 and earlier, if
the Status field is not set, the field defaults to LIVE.
When queried and Status is not part of the query filter,
only the NavigationMenuItem objects with a status of
LIVE return. In API versions 43 and later, if the Status
field is not set, the field defaults to DRAFT. When
queried and Status is not part of the query filter, all
NavigationMenuItem objects return regardless of
status.
|
| Target |
- Type
- string
- Properties
- Create, Filter, Group, Sort, Update
- Description
- If Type is ExternalLink or
InternalLink, the target is the URL that the link points
to. For ExternalLink, your entry looks like this:
http://www.salesforce.com.
For InternalLink, use a relative URL, such as
/contactsupport.
|
| TargetPrefs |
- Type
- picklist
- Properties
- Create, Filter, Group, Restricted picklist, Sort, Update
- Description
- If
Type is ExternalLink,
determines whether a navigation menu item opens in the
same tab.
|
| Type |
- Type
- picklist
- Properties
- Create, Filter, Group, Restricted picklist, Sort, Update
- Description
- The type of navigation menu item. The available values are:
- SalesforceObject—Available objects
include accounts, cases, contacts, and custom
objects.
- ExternalLink—Links to a URL outside of
your community. For example,
http://www.salesforce.com.
- GlobalAction—Enables users to create
object records, but the new record has no
relationship with other records.
- InternalLink—Links to a relative URL
inside your community. For example,
/contactsupport.
- NavigationalTopic—A dropdown list with links to the navigational topics in
your community.
|