Share via


AssociatedMenuGroup Enum

Definition

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

For the Web API use the AssociatedMenuGroup EnumType.

public enum class AssociatedMenuGroup
[System.Runtime.Serialization.DataContract(Name="AssociatedMenuGroup", Namespace="http://schemas.microsoft.com/xrm/2011/Metadata")]
public enum AssociatedMenuGroup
[<System.Runtime.Serialization.DataContract(Name="AssociatedMenuGroup", Namespace="http://schemas.microsoft.com/xrm/2011/Metadata")>]
type AssociatedMenuGroup = 
Public Enum AssociatedMenuGroup
Inheritance
AssociatedMenuGroup
Attributes

Fields

Details 0

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

Marketing 3

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

Sales 1

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

Service 2

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

Applies to

See also