AssociatedMenuBehavior Enumeration

 

Updated: November 29, 2016

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online

Describes the behavior of the associated menu for a one-to-many relationship.

For the Web API use the AssociatedMenuBehavior EnumType.

Namespace:   Microsoft.Xrm.Sdk.Metadata
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

[DataContractAttribute(Name = "AssociatedMenuBehavior", Namespace = "http://schemas.microsoft.com/xrm/2011/Metadata")]
public enum AssociatedMenuBehavior

Member nameDescription
DoNotDisplay

Do not show the associated menu. Value = 2.

UseCollectionName

Use the collection name for the associated menu. Value = 0.

UseLabel

Use the label for the associated menu. Value = 1.

Return to top

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright

Community Additions

ADD
Show: