appmodulecomponent EntityType

A component available in a business app such as entity, dashboard, form, view, chart, and business process.

Entity Set Path
[organization URI]/api/data/v9.2/appmodulecomponents
Base Type
crmbaseentity
Display Name
App Module Component
Primary Key
appmodulecomponentid
Operations Supported
GET

Properties

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

Name Type Details
appmodulecomponentid Edm.Guid

Unique identifier for entity instances

Display Name: App Module Component

appmodulecomponentidunique Edm.Guid

Unique identifier of the Application Component used when synchronizing customizations for the Microsoft Dynamics 365 client for Outlook

Display Name: Application Component Unique Id

componenttype Edm.Int32

The object type code of the component.

Display Name: Object Type Code

Default Options
Values Label
1 Entities
26 Views
29 Business Process Flows
48 Command (Ribbon) for Forms, Grids, sub grids
59 Charts
60 Forms
62 Sitemap
createdon Edm.DateTimeOffset

Date and time when the record was created.

Display Name: Created On

Read Only
exchangerate Edm.Decimal

Exchange rate for the currency associated with the Application Component with respect to the base currency.

Display Name: ExchangeRate

Read Only
introducedversion Edm.String

Version in which the application component record is introduced.

Display Name: Introduced Version

isdefault Edm.Boolean

Is Default

Display Name: Is Default

Default Options
Values Label
1 Yes
0 No
ismetadata Edm.Boolean

Is Metadata

Display Name: Is Metadata

Default Options
Values Label
1 Metadata
0 Data
modifiedon Edm.DateTimeOffset

Date and time when the record was modified.

Display Name: Modified On

Read Only
objectid Edm.Guid

Object Id

Display Name: Object

overwritetime Edm.DateTimeOffset

Date and time when the record was created.

Display Name: Created On

Read Only
rootappmodulecomponentid Edm.Guid

The parent ID of the subcomponent, which will be a root

Display Name: Root App Module Component

rootcomponentbehavior Edm.Int32

Indicates the include behavior of the root component.

Display Name: Root Component Behavior

Default Options
Values Label
0 Include Subcomponents
1 Do not include subcomponents
2 Include As Shell Only
timezoneruleversionnumber Edm.Int32

For internal use only.

Display Name: Time Zone Rule Version Number

utcconversiontimezonecode Edm.Int32

Time zone code that was in use when the record was created.

Display Name: UTC Conversion Time Zone Code

versionnumber Edm.Int64
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
_appmoduleidunique_value appmoduleid

The App Module Id Unique

_createdby_value appmodulecomponent_createdby

Unique identifier of the user who created the record.

_createdonbehalfby_value createdonbehalfby

Unique identifier of the delegate user who created the record.

_modifiedby_value appmodulecomponent_modifiedby

Unique identifier of the user who modified the record.

_modifiedonbehalfby_value modifiedonbehalfby

Unique identifier of the delegate user who modified the record.

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
appmodulecomponent_createdby systemuser appmodulecomponent_createdby
appmodulecomponent_modifiedby systemuser appmodulecomponent_modifiedby
appmoduleid appmodule appmodule_appmodulecomponent
createdonbehalfby systemuser lk_appmodulecomponent_createdonbehalfby
modifiedonbehalfby systemuser lk_appmodulecomponent_modifiedonbehalfby

See also