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
- Table type:
- Standard
- 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
|
||||||||||||||||
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
|
||||||||||||||||
ismetadata | Edm.Boolean |
Is Metadata Display name: Is Metadata
Default options
|
||||||||||||||||
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
|
||||||||||||||||
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 |