appconfiginstance EntityType
Contains a property or a list of properties from the app configuration master list that can be customized for any app in Dynamics 365. For internal use only.
- Entity set path:
- [organization URI]/api/data/v9.2/appconfiginstances
- Base type:
- crmbaseentity
- Table type:
- Standard
- Display name:
- App Configuration Instance
- Primary key:
- appconfiginstanceid
- Operations supported:
- POST GET PATCH DELETE
Properties
Properties represent fields of data stored in the entity. Some properties are read-only.
Name | Type | Details | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
appconfigidunique | Edm.Guid |
Enter the App Configuration unique identifier of AppConfig entity for which this customization belongs. Display name: App Config ID Unique |
||||||||||
appconfiginstanceid | Edm.Guid |
System-Populated App Configuration instance identifier. Display name: AppConfig Instance ID Read only
|
||||||||||
appconfiginstanceidunique | Edm.Guid |
System-populated App Configuration Instance unique identifier. Display name: AppConfigInstanceIdUnique |
||||||||||
componentstate | Edm.Int32 |
System-Populated Published or UnPublished state of App Configuration Instance. Display name: Component State Read only
Default options
|
||||||||||
componenttype | Edm.String |
ComponentType Display name: Enter the componenet type of the artifact (Form/View etc.) for which customization is to be created. |
||||||||||
createdon | Edm.DateTimeOffset |
Shows the date and time when the record was created. The date and time are displayed in the time zone selected in Microsoft Dynamics CRM options. Display name: Created On Read only
|
||||||||||
importsequencenumber | Edm.Int32 |
For internal use only. Display name: Import Sequence Number Read only
|
||||||||||
introducedversion | Edm.String |
Shows the version in which the App Configuration Instance is introduced. Display name: Introduced Version |
||||||||||
ismanaged | Edm.Boolean |
Is Managed Display name: Shows whether the App Configuration Instance is managed or not. Read only
Default options
|
||||||||||
modifiedon | Edm.DateTimeOffset |
Shows the date and time when the record was last updated. The date and time are displayed in the time zone selected in Microsoft Dynamics CRM options. Display name: Modified On Read only
|
||||||||||
objectid | Edm.Guid |
ObjectId Display name: Enter the object identifier for the artifact (Form/View etc.) for which customization is to be created. |
||||||||||
overriddencreatedon | Edm.DateTimeOffset |
Shows the date and time when the record was migrated. The date and time are displayed in the time zone selected in Microsoft Dynamics CRM options. Display name: Record Created On Read only
|
||||||||||
overwritetime | Edm.DateTimeOffset |
Shows the last overwrite time for the App Configuration Instance. Display name: Overwrite Time Read only
|
||||||||||
solutionid | Edm.Guid |
Set the solution idenfitier for associated solution. Display name: SolutionId Read only
|
||||||||||
value | Edm.String |
Enter a value for the customization property that is valid as per the validator XML specified in the app configuration master record. Display name: Value |
||||||||||
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 |
---|---|---|
_appconfigid_value | appconfiginstance_appconfig |
System-calculated App Configuration unique identifier. |
_appconfigmasterid_value | appconfiginstance_appconfigmaster |
System-calculated App Configuration Master identifier. |
_createdby_value | appconfiginstance_createdby |
Shows who created the record. |
_createdonbehalfby_value | appconfiginstance_createdonbehalfby |
Shows who created the record on behalf of another user. |
_modifiedby_value | appconfiginstance_modifiedby |
Shows who last updated the record. |
_modifiedonbehalfby_value | appconfiginstance_modifiedonbehalfby |
Shows who last updated the record on behalf of another user. |
_organizationid_value | organization_appconfiginstance_appconfiginstance |
System-calculated field for Organization identifier. |
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 |
---|---|---|
appconfiginstance_appconfig | appconfig | appconfig_appconfiginstance |
appconfiginstance_appconfigmaster | appconfigmaster | appconfigmaster_appconfiginstance |
appconfiginstance_createdby | systemuser | systemuser_appconfiginstance_createdby |
appconfiginstance_createdonbehalfby | systemuser | systemuser_appconfiginstance_createdonbehalfby |
appconfiginstance_modifiedby | systemuser | systemuser_appconfiginstance_modifiedby |
appconfiginstance_modifiedonbehalfby | systemuser | systemuser_appconfiginstance_modifiedonbehalfby |
organization_appconfiginstance_appconfiginstance | organization | organization_appconfiginstance |
Operations
The following operations can be used with the appconfiginstance entity type.
Name | Binding |
---|---|
RetrieveUnpublishedMultiple | Bound to Collection |