AssociatedMenuGroup Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
Details | 0 | Show the associated menu in the details group. Value = 0. |
Sales | 1 | Show the associated menu in the sales group. Value = 1. |
Service | 2 | Show the associated menu in the service group. Value = 2. |
Marketing | 3 | Show the associated menu in the marketing group. Value = 3. |