Model-driven App (AppModule) table/entity reference
Note
Unsure about table vs. entity? See Developers: Understand terminology in Microsoft Dataverse.
A role-based, modular business app that provides task-based functionality for a particular area of work.
Messages
| Message | Web API Operation | SDK Assembly |
|---|---|---|
| AddAppComponents | AddAppComponents Action | AddAppComponentsRequest |
| Create | POST [org URI]/api/data/v9.0/appmodules See Create |
CreateRequest or Create |
| Delete | DELETE [org URI]/api/data/v9.0/appmodules(appmoduleid) See Delete |
DeleteRequest or Delete |
| RemoveAppComponents | RemoveAppComponents Action | RemoveAppComponentsRequest |
| Retrieve | GET [org URI]/api/data/v9.0/appmodules(appmoduleid) See Retrieve |
RetrieveRequest or Retrieve |
| RetrieveAppComponents | RetrieveAppComponents Function | RetrieveAppComponentsRequest |
| RetrieveMultiple | GET [org URI]/api/data/v9.0/appmodules See Query Data |
RetrieveMultipleRequest or RetrieveMultiple |
| RetrieveUnpublished | RetrieveUnpublished Function | RetrieveUnpublishedRequest |
| RetrieveUnpublishedMultiple | RetrieveUnpublishedMultiple Function | RetrieveUnpublishedMultipleRequest |
| Update | PATCH [org URI]/api/data/v9.0/appmodules(appmoduleid) See Update |
UpdateRequest or Update |
| ValidateApp | ValidateApp Function | ValidateAppRequest |
Properties
| Property | Value |
|---|---|
| CollectionSchemaName | AppModules |
| DisplayCollectionName | Model-driven Apps |
| DisplayName | Model-driven App |
| EntitySetName | appmodules |
| IsBPFEntity | False |
| LogicalCollectionName | appmodules |
| LogicalName | appmodule |
| OwnershipType | OrganizationOwned |
| PrimaryIdAttribute | appmoduleid |
| PrimaryNameAttribute | name |
| SchemaName | AppModule |
Writable columns/attributes
These columns/attributes return true for either IsValidForCreate or IsValidForUpdate (usually both). Listed by SchemaName.
- AppModuleId
- AppModuleIdUnique
- AppModuleVersion
- AppModuleXmlManaged
- ClientType
- ConfigXML
- Description
- EventHandlers
- FormFactor
- ImportSequenceNumber
- IntroducedVersion
- IsDefault
- IsFeatured
- Name
- NavigationType
- OptimizedFor
- OverriddenCreatedOn
- PublishedOn
- PublisherId
- statecode
- statuscode
- UniqueName
- URL
- WebResourceId
- WelcomePageId
AppModuleId
| Property | Value |
|---|---|
| Description | Unique identifier for entity instances |
| DisplayName | AppModuleId |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | appmoduleid |
| RequiredLevel | SystemRequired |
| Type | Uniqueidentifier |
AppModuleIdUnique
| Property | Value |
|---|---|
| Description | Unique identifier of the App Module used when synchronizing customizations for the Microsoft Dynamics 365 client for Outlook |
| DisplayName | App Module Unique Id |
| IsValidForForm | False |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | appmoduleidunique |
| RequiredLevel | SystemRequired |
| Type | Uniqueidentifier |
AppModuleVersion
| Property | Value |
|---|---|
| Description | App Module Version |
| DisplayName | App Module Version |
| FormatName | VersionNumber |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | appmoduleversion |
| MaxLength | 48 |
| RequiredLevel | None |
| Type | String |
AppModuleXmlManaged
| Property | Value |
|---|---|
| Description | App Module Xml Managed |
| DisplayName | |
| Format | TextArea |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | appmodulexmlmanaged |
| MaxLength | 1073741823 |
| RequiredLevel | None |
| Type | Memo |
ClientType
| Property | Value |
|---|---|
| Description | Client Type such as Web or UCI |
| DisplayName | Client Type |
| Format | None |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | clienttype |
| MaxValue | 31 |
| MinValue | 1 |
| RequiredLevel | ApplicationRequired |
| Type | Integer |
ConfigXML
| Property | Value |
|---|---|
| Description | Contains configuration XML |
| DisplayName | |
| Format | TextArea |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | configxml |
| MaxLength | 1073741823 |
| RequiredLevel | None |
| Type | Memo |
Description
| Property | Value |
|---|---|
| Description | Description for entity |
| DisplayName | Description |
| FormatName | Text |
| IsLocalizable | True |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | description |
| MaxLength | 2000 |
| RequiredLevel | None |
| Type | String |
EventHandlers
| Property | Value |
|---|---|
| Description | App Module Event Handlers |
| DisplayName | Event Handlers |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | eventhandlers |
| MaxLength | 1073741823 |
| RequiredLevel | None |
| Type | String |
FormFactor
| Property | Value |
|---|---|
| Description | Form Factor |
| DisplayName | Form Factor |
| Format | None |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | formfactor |
| MaxValue | 8 |
| MinValue | 1 |
| RequiredLevel | ApplicationRequired |
| Type | Integer |
ImportSequenceNumber
| Property | Value |
|---|---|
| Description | Unique identifier of the data import or data migration that created this record. |
| DisplayName | Import Sequence Number |
| Format | None |
| IsValidForForm | False |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | importsequencenumber |
| MaxValue | 2147483647 |
| MinValue | -2147483648 |
| RequiredLevel | None |
| Type | Integer |
IntroducedVersion
| Property | Value |
|---|---|
| Description | Version in which the similarity rule is introduced. |
| DisplayName | Introduced Version |
| FormatName | VersionNumber |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | introducedversion |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
IsDefault
| Property | Value |
|---|---|
| Description | Is Default |
| DisplayName | Is Default |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | isdefault |
| RequiredLevel | ApplicationRequired |
| Type | Boolean |
IsDefault Choices/Options
| Value | Label | Description |
|---|---|---|
| 1 | Yes | |
| 0 | No |
DefaultValue: 0
IsFeatured
| Property | Value |
|---|---|
| Description | Is Featured |
| DisplayName | IsFeatured |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | isfeatured |
| RequiredLevel | SystemRequired |
| Type | Boolean |
IsFeatured Choices/Options
| Value | Label | Description |
|---|---|---|
| 1 | Yes | |
| 0 | No |
DefaultValue: 0
Name
| Property | Value |
|---|---|
| Description | Name of App Module |
| DisplayName | Name |
| FormatName | Text |
| IsLocalizable | True |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | name |
| MaxLength | 100 |
| RequiredLevel | SystemRequired |
| Type | String |
NavigationType
| Property | Value |
|---|---|
| Description | App navigation type |
| DisplayName | Navigation type |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | navigationtype |
| RequiredLevel | SystemRequired |
| Type | Picklist |
NavigationType Choices/Options
| Value | Label | Description |
|---|---|---|
| 0 | Single session | |
| 1 | Multi session |
OptimizedFor
| Property | Value |
|---|---|
| Description | The client that this app is optimized for |
| DisplayName | Optimized Client |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | optimizedfor |
| MaxLength | 200 |
| RequiredLevel | None |
| Type | String |
OverriddenCreatedOn
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Date and time that the record was migrated. |
| DisplayName | Record Created On |
| Format | DateOnly |
| IsValidForForm | False |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | overriddencreatedon |
| RequiredLevel | None |
| Type | DateTime |
PublishedOn
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Date and time when the record was published. |
| DisplayName | Published On |
| Format | DateAndTime |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | publishedon |
| RequiredLevel | None |
| Type | DateTime |
PublisherId
| Property | Value |
|---|---|
| Description | Unique identifier of the publisher. |
| DisplayName | Publisher |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | publisherid |
| RequiredLevel | ApplicationRequired |
| Targets | publisher |
| Type | Lookup |
statecode
Added by: App Module Metadata Solution
| Property | Value |
|---|---|
| Description | Status of the Model-driven App |
| DisplayName | Status |
| IsValidForCreate | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | statecode |
| RequiredLevel | SystemRequired |
| Type | State |
statecode Choices/Options
| Value | Label | DefaultStatus | InvariantName |
|---|---|---|---|
| 0 | Active | 1 | Active |
| 1 | Inactive | 2 | Inactive |
statuscode
Added by: App Module Metadata Solution
| Property | Value |
|---|---|
| Description | Reason for the status of the Model-driven App |
| DisplayName | Status Reason |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | statuscode |
| RequiredLevel | SystemRequired |
| Type | Status |
statuscode Choices/Options
| Value | Label | State |
|---|---|---|
| 1 | Active | 0 |
| 2 | Inactive | 1 |
| 3 | Deleted | 1 |
UniqueName
| Property | Value |
|---|---|
| Description | Unique Name of App Module |
| DisplayName | Unique Name |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | uniquename |
| MaxLength | 100 |
| RequiredLevel | SystemRequired |
| Type | String |
URL
| Property | Value |
|---|---|
| Description | Contains URL |
| DisplayName | URL |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | url |
| MaxLength | 200 |
| RequiredLevel | None |
| Type | String |
WebResourceId
| Property | Value |
|---|---|
| Description | Unique identifier of the Web Resource |
| DisplayName | Web Resource Id |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | webresourceid |
| RequiredLevel | SystemRequired |
| Type | Uniqueidentifier |
WelcomePageId
| Property | Value |
|---|---|
| Description | Unique identifier of the Web Resource as Welcome Page Id |
| DisplayName | Welcome Page Id |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | welcomepageid |
| RequiredLevel | None |
| Type | Uniqueidentifier |
Read-only columns/attributes
These columns/attributes return false for both IsValidForCreate or IsValidForUpdate. Listed by SchemaName.
- ComponentState
- CreatedBy
- CreatedByName
- CreatedOn
- CreatedOnBehalfBy
- CreatedOnBehalfByName
- CreatedOnBehalfByYomiName
- Descriptor
- IsManaged
- ModifiedBy
- ModifiedByName
- ModifiedOn
- ModifiedOnBehalfBy
- ModifiedOnBehalfByName
- ModifiedOnBehalfByYomiName
- OrganizationId
- OrganizationIdName
- OverwriteTime
- PublisherIdName
- SolutionId
- SupportingSolutionId
- VersionNumber
ComponentState
| Property | Value |
|---|---|
| Description | For internal use only |
| DisplayName | Component State |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | componentstate |
| RequiredLevel | SystemRequired |
| Type | Picklist |
ComponentState Choices/Options
| Value | Label | Description |
|---|---|---|
| 0 | Published | |
| 1 | Unpublished | |
| 2 | Deleted | |
| 3 | Deleted Unpublished |
CreatedBy
| Property | Value |
|---|---|
| Description | Unique identifier of the user who created the record. |
| DisplayName | Created By |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | createdby |
| RequiredLevel | None |
| Targets | systemuser |
| Type | Lookup |
CreatedByName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | createdbyname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
CreatedOn
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Date and time when the record was created. |
| DisplayName | Created On |
| Format | DateAndTime |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | createdon |
| RequiredLevel | None |
| Type | DateTime |
CreatedOnBehalfBy
| Property | Value |
|---|---|
| Description | Unique identifier of the delegate user who created the record. |
| DisplayName | Created By (Delegate) |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | createdonbehalfby |
| RequiredLevel | None |
| Targets | systemuser |
| Type | Lookup |
CreatedOnBehalfByName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | createdonbehalfbyname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
CreatedOnBehalfByYomiName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | createdonbehalfbyyominame |
| MaxLength | 100 |
| RequiredLevel | SystemRequired |
| Type | String |
Descriptor
| Property | Value |
|---|---|
| Description | App Module Descriptor |
| DisplayName | Descriptor |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | descriptor |
| MaxLength | 1073741823 |
| RequiredLevel | None |
| Type | String |
IsManaged
| Property | Value |
|---|---|
| Description | Is Managed |
| DisplayName | IsManaged |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | ismanaged |
| RequiredLevel | ApplicationRequired |
| Type | Boolean |
IsManaged Choices/Options
| Value | Label | Description |
|---|---|---|
| 1 | Managed | |
| 0 | Unmanaged |
DefaultValue: 0
ModifiedBy
| Property | Value |
|---|---|
| Description | Unique identifier of the user who modified the record. |
| DisplayName | Modified By |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | modifiedby |
| RequiredLevel | None |
| Targets | systemuser |
| Type | Lookup |
ModifiedByName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | modifiedbyname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
ModifiedOn
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Date and time when the record was modified. |
| DisplayName | Modified On |
| Format | DateAndTime |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | modifiedon |
| RequiredLevel | None |
| Type | DateTime |
ModifiedOnBehalfBy
| Property | Value |
|---|---|
| Description | Unique identifier of the delegate user who modified the record. |
| DisplayName | Modified By (Delegate) |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | modifiedonbehalfby |
| RequiredLevel | None |
| Targets | systemuser |
| Type | Lookup |
ModifiedOnBehalfByName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | modifiedonbehalfbyname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
ModifiedOnBehalfByYomiName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | modifiedonbehalfbyyominame |
| MaxLength | 100 |
| RequiredLevel | SystemRequired |
| Type | String |
OrganizationId
| Property | Value |
|---|---|
| Description | Unique identifier of the organization associated with the app. |
| DisplayName | Organization |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | organizationid |
| RequiredLevel | SystemRequired |
| Targets | organization |
| Type | Lookup |
OrganizationIdName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | organizationidname |
| MaxLength | 100 |
| RequiredLevel | SystemRequired |
| Type | String |
OverwriteTime
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Internal use only |
| DisplayName | Overwrite Time |
| Format | DateOnly |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | overwritetime |
| RequiredLevel | SystemRequired |
| Type | DateTime |
PublisherIdName
| Property | Value |
|---|---|
| Description | name of the publisher. |
| DisplayName | Publisher |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | publisheridname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
SolutionId
| Property | Value |
|---|---|
| Description | Unique identifier of the associated solution. |
| DisplayName | Solution |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | solutionid |
| RequiredLevel | SystemRequired |
| Type | Uniqueidentifier |
SupportingSolutionId
| Property | Value |
|---|---|
| Description | For internal use only. |
| DisplayName | Solution |
| IsValidForForm | False |
| IsValidForRead | False |
| LogicalName | supportingsolutionid |
| RequiredLevel | None |
| Type | Uniqueidentifier |
VersionNumber
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | versionnumber |
| MaxValue | 9223372036854775807 |
| MinValue | -9223372036854775808 |
| RequiredLevel | None |
| Type | BigInt |
One-To-Many Relationships
Listed by SchemaName.
- appmodule_appconfig
- appmodule_appmodulecomponent
- appmodule_appnotification_app
- appmodule_userrating_app
- appmodule_appaction_appmoduleid
appmodule_appconfig
Same as the appmodule_appconfig many-to-one relationship for the appconfig table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | appconfig |
| ReferencingAttribute | appmoduleid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | appmodule_appconfig |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
appmodule_appmodulecomponent
Same as the appmodule_appmodulecomponent many-to-one relationship for the appmodulecomponent table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | appmodulecomponent |
| ReferencingAttribute | appmoduleidunique |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | appmodule_appmodulecomponent |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: Cascade Delete: Cascade Merge: NoCascade Reparent: Cascade Share: Cascade Unshare: Cascade |
appmodule_appnotification_app
Added by: AppNotifications Solution
Same as the appmodule_appnotification_app many-to-one relationship for the appnotification table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | appnotification |
| ReferencingAttribute | appmoduleid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | appmodule_appnotification_app |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 10000 |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
appmodule_userrating_app
Added by: User Rating Solution
Same as the appmodule_userrating_app many-to-one relationship for the userrating table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | userrating |
| ReferencingAttribute | appmoduleid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | appmodule_userrating_app |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 10000 |
| CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
appmodule_appaction_appmoduleid
Added by: Power Apps Actions Solution
Same as the appmodule_appaction_appmoduleid many-to-one relationship for the appaction table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | appaction |
| ReferencingAttribute | appmoduleid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | appmodule_appaction_appmoduleid |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 10000 |
| CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: Cascade Share: NoCascade Unshare: NoCascade |
Many-To-One Relationships
Each Many-To-One relationship is defined by a corresponding One-To-Many relationship with the related table. Listed by SchemaName.
- organization_appmodule
- lk_appmodule_modifiedby
- publisher_appmodule
- lk_appmodule_modifiedonbehalfby
- lk_appmodule_createdby
- lk_appmodule_createdonbehalfby
organization_appmodule
See the organization_appmodule one-to-many relationship for the organization table/entity.
lk_appmodule_modifiedby
See the lk_appmodule_modifiedby one-to-many relationship for the systemuser table/entity.
publisher_appmodule
See the publisher_appmodule one-to-many relationship for the publisher table/entity.
lk_appmodule_modifiedonbehalfby
See the lk_appmodule_modifiedonbehalfby one-to-many relationship for the systemuser table/entity.
lk_appmodule_createdby
See the lk_appmodule_createdby one-to-many relationship for the systemuser table/entity.
lk_appmodule_createdonbehalfby
See the lk_appmodule_createdonbehalfby one-to-many relationship for the systemuser table/entity.
Many-To-Many Relationships
Relationship details provided where the AppModule table is the first table in the relationship. Listed by SchemaName.
appmoduleroles_association
IntersectEntityName: appmoduleroles
Table 1
| Property | Value |
|---|---|
| IntersectAttribute | appmoduleid |
| IsCustomizable | False |
| LogicalName | appmodule |
| NavigationPropertyName | appmoduleroles_association |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
Table 2
| Property | Value |
|---|---|
| LogicalName | role |
| IntersectAttribute | roleid |
| NavigationPropertyName | appmoduleroles_association |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
serviceplan_appmodule
See the serviceplan_appmodule many-to-many relationship for the serviceplan table/entity.
See also
About the table reference
Web API Reference
appmodule EntityType
Váš názor
Odeslat a zobrazit názory pro