complexcontrol EntityType

For internal use only.

Entity Set Path
[organization URI]/api/data/v9.2/complexcontrols
Base Type
crmbaseentity
Display Name
Process Configuration
Primary Key
complexcontrolid
Primary Key Attribute
name

Properties

Properties represent fields of data stored in the entity.Some properties are read-only.

Name Type Details
complexcontrolid Edm.Guid

Unique identifier of the complex control.

complexcontrolidunique Edm.Guid

Unique identifier of the form used when synchronizing customizations for the Microsoft Dynamics 365 client for Outlook.

Read Only
complexcontrolxml Edm.String

XML representation of the complex control layout.

componentstate Edm.Int32

For internal use only.

Display Name: Component State

Read Only
Default Options
Values Label
0 Published
1 Unpublished
2 Deleted
3 Deleted Unpublished
description Edm.String

Description of the complex control.

Display Name: Description

introducedversion Edm.String

Version in which the component is introduced.

Display Name: Introduced Version

ismanaged Edm.Boolean

Information that specifies whether this component is managed.

Display Name: State

Read Only
Default Options
Values Label
1 Managed
0 Unmanaged
name Edm.String

Name of the complex control.

Display Name: Name

overwritetime Edm.DateTimeOffset

For internal use only.

Display Name: Record Overwrite Time

Read Only
solutionid Edm.Guid

Unique identifier of the associated solution.

Display Name: Solution

Read Only
type Edm.Int32

Type of the complex control, for example, Process Control or Link Control.

Display Name: Complex Control Type

Default Options
Values Label
0 ProcessControl
1 LinkControl
version Edm.Int32

For internal use only.

versionnumber Edm.Int64

Represents a version of customizations to be synchronized with the Microsoft Dynamics 365 client for Outlook.

Read Only

Lookup Properties

Lookup properties are read-only, computed properties which contain entity primary key Edm.Guid data for one or more corresponding single-valued navigation properties. More information: Lookup properties and Lookup property data.

Name Single-valued navigation property Description
_organizationid_value organizationid

Unique identifier of the organization.

Single-valued navigation properties

Single-valued navigation properties represent lookup fields where a single entity can be referenced. Each single-valued navigation property has a corresponding partner collection-valued navigation property on the related entity.

Name Type Partner
organizationid organization organization_complexcontrols

See also