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
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
Values Label
0 Published
1 Unpublished
2 Deleted
3 Deleted Unpublished
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
Values Label
1 Managed
0 Unmanaged
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

See also