Xrm.Page.ui.navigation item (client-side reference)
Updated: November 29, 2016
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Each item represents one of the available navigation options available in the navigation bar for entities that have been updated to the new user experience or on the left side of the form for entities that have not been updated.
Note |
|---|
These methods do not work with Microsoft Dynamics 365 for tablets. |
- getId
Returns the name of the item.
- Label
Get or change the label for a navigation item using the getLabel and setLabel methods.
- setFocus
Sets the focus on the item.
- Visible
Determine which navigation items are visible and show or hide them using the getVisible and setVisible methods.
Determine which navigation items are visible and show or hide them using the getVisible and setVisible methods.
Returns a value that indicates whether the item is currently visible.
navigationItemobj.getVisible()
- Return Value
Type:Boolean
Sets a value that indicates whether the item is visible.
navigationItemobj.setVisible(bool);
- Arguments
Type:Boolean. Whether the item is visible.
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright
