appmodule EntityType
A role-based, modular business app that provides task-based functionality for a particular area of work.
- Entity set path:
- [organization URI]/api/data/v9.2/appmodules
- Base type:
- crmbaseentity
- Table type:
- Standard
- Display name:
- Model-driven App
- Primary key:
- appmoduleid
- Primary name column:
- name
- Operations supported:
- POST GET PATCH DELETE
Properties
Properties represent fields of data stored in the entity. Some properties are read-only.
Name | Type | Details | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
aiappdescription | Edm.String |
This field is used to store AI generated Description for Model-driven App Display name: AI App Description |
||||||||||
aidescriptiongeneratedon | Edm.DateTimeOffset |
This field stores the Time when last AI App Description was generated. Display name: AI Description Generated On |
||||||||||
appgraph | Edm.String |
This field is used to store App Graph for Model-driven App Display name: App Graph |
||||||||||
appmoduleid | Edm.Guid |
Unique identifier for entity instances Display name: AppModuleId |
||||||||||
appmoduleidunique | Edm.Guid |
Unique identifier of the App Module used when synchronizing customizations for the Microsoft Dynamics 365 client for Outlook Display name: App Module Unique Id |
||||||||||
appmoduleversion | Edm.String |
App Module Version Display name: App Module Version |
||||||||||
appmodulexmlmanaged | Edm.String |
App Module Xml Managed |
||||||||||
clienttype | Edm.Int32 |
Client Type such as Web or UCI Display name: Client Type |
||||||||||
componentstate | Edm.Int32 |
For internal use only Display name: Component State Read only
Default options
|
||||||||||
configxml | Edm.String |
Contains configuration XML |
||||||||||
createdon | Edm.DateTimeOffset |
Date and time when the record was created. Display name: Created On Read only
|
||||||||||
description | Edm.String |
Description for entity Display name: Description |
||||||||||
descriptor | Edm.String |
App Module Descriptor Display name: Descriptor Read only
|
||||||||||
eventhandlers | Edm.String |
App Module Event Handlers Display name: Event Handlers |
||||||||||
formfactor | Edm.Int32 |
Form Factor Display name: Form Factor |
||||||||||
importsequencenumber | Edm.Int32 |
Unique identifier of the data import or data migration that created this record. Display name: Import Sequence Number |
||||||||||
introducedversion | Edm.String |
Version in which the similarity rule is introduced. Display name: Introduced Version |
||||||||||
isdefault | Edm.Boolean |
Is Default Display name: Is Default
Default options
|
||||||||||
isfeatured | Edm.Boolean |
Is Featured Display name: IsFeatured
Default options
|
||||||||||
ismanaged | Edm.Boolean |
Is Managed Display name: IsManaged Read only
Default options
|
||||||||||
modifiedon | Edm.DateTimeOffset |
Date and time when the record was modified. Display name: Modified On Read only
|
||||||||||
name | Edm.String |
Name of App Module Display name: Name |
||||||||||
navigationtype | Edm.Int32 |
App navigation type Display name: Navigation type
Default options
|
||||||||||
optimizedfor | Edm.String |
The client that this app is optimized for Display name: Optimized Client |
||||||||||
overriddencreatedon | Edm.DateTimeOffset |
Date and time that the record was migrated. Display name: Record Created On |
||||||||||
overwritetime | Edm.DateTimeOffset |
Internal use only Display name: Overwrite Time Read only
|
||||||||||
publishedon | Edm.DateTimeOffset |
Date and time when the record was published. Display name: Published On |
||||||||||
solutionid | Edm.Guid |
Unique identifier of the associated solution. Display name: Solution Read only
|
||||||||||
statecode | Edm.Int32 |
Status of the Model-driven App Display name: Status
Default options
|
||||||||||
statuscode | Edm.Int32 |
Reason for the status of the Model-driven App Display name: Status Reason
Default options
|
||||||||||
uniquename | Edm.String |
Unique Name of App Module Display name: Unique Name |
||||||||||
url | Edm.String |
Contains URL Display name: URL |
||||||||||
versionnumber | Edm.Int64 |
Read only
|
||||||||||
webresourceid | Edm.Guid |
Unique identifier of the Web Resource Display name: Web Resource Id |
||||||||||
welcomepageid | Edm.Guid |
Unique identifier of the Web Resource as Welcome Page Id Display name: Welcome Page Id |
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 |
---|---|---|
_createdby_value | appmodule_createdby |
Unique identifier of the user who created the record. |
_createdonbehalfby_value | appmodule_createdonbehalfby |
Unique identifier of the delegate user who created the record. |
_modifiedby_value | appmodule_modifiedby |
Unique identifier of the user who modified the record. |
_modifiedonbehalfby_value | appmodule_modifiedonbehalfby |
Unique identifier of the delegate user who modified the record. |
_organizationid_value | organization_appmodule_appmodule |
Unique identifier of the organization associated with the app. |
_publisherid_value | publisher_appmodule_appmodule |
Unique identifier of the publisher. |
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 |
---|---|---|
appmodule_createdby | systemuser | systemuser_appmodule_createdby |
appmodule_createdonbehalfby | systemuser | systemuser_appmodule_createdonbehalfby |
appmodule_modifiedby | systemuser | systemuser_appmodule_modifiedby |
appmodule_modifiedonbehalfby | systemuser | systemuser_appmodule_modifiedonbehalfby |
organization_appmodule_appmodule | organization | organization_appmodule |
publisher_appmodule_appmodule | publisher | publisher_appmodule |
Collection-valued navigation properties
Collection-valued navigation properties represent collections of entities which may represent either a one-to-many (1:N) or many-to-many (N:N) relationship between the entities.
Name | Type | Partner |
---|---|---|
appmodule_appaction_appmoduleid | appaction | AppModuleId |
appmodule_appconfig | appconfig | appmodule_appconfig |
appmodule_appmodulecomponent | appmodulecomponent | appmoduleid |
appmodule_appnotification_app | appnotification | AppModuleId |
appmodule_userrating_app | userrating | AppModuleId |
appmoduleroles_association | role | appmoduleroles_association |
serviceplan_appmodule_association | serviceplan | serviceplan_appmodule_association |
Operations
The following operations can be used with the appmodule entity type.
Name | Binding |
---|---|
AddAppComponents | Not Bound |
RemoveAppComponents | Not Bound |
RetrieveAppComponents | Not Bound |
RetrieveUnpublished | Bound to Entity |
RetrieveUnpublishedMultiple | Bound to Collection |
ValidateApp | Not Bound |