AssociatedMenuGroup Enumeration

 

Applies To: Dynamics CRM 2015

Describes the group in which to display the associated menu for an entity relationship

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

Syntax

[DataContractAttribute(Name = "AssociatedMenuGroup", Namespace = "https://schemas.microsoft.com/xrm/2011/Metadata")]
public enum AssociatedMenuGroup
[DataContractAttribute(Name = "AssociatedMenuGroup", Namespace = "https://schemas.microsoft.com/xrm/2011/Metadata")]
public enum class AssociatedMenuGroup
[<DataContractAttribute(Name = "AssociatedMenuGroup", Namespace = "https://schemas.microsoft.com/xrm/2011/Metadata")>]
type AssociatedMenuGroup
<DataContractAttribute(Name := "AssociatedMenuGroup", Namespace := "https://schemas.microsoft.com/xrm/2011/Metadata")>
Public Enumeration AssociatedMenuGroup

Members

Member name Description
Details

Show the associated menu in the details group. Value = 0.

Marketing

Show the associated menu in the marketing group. Value = 3.

Sales

Show the associated menu in the sales group. Value = 1.

Service

Show the associated menu in the service group. Value = 2.

See Also

AssociatedMenuConfiguration
Microsoft.Xrm.Sdk.Metadata Namespace
Customize entity relationship metadata

Return to top

© 2016 Microsoft. All rights reserved. Copyright