appconfigmaster EntityType

Contains the master list of all properties that can be customized for apps in Dynamics 365. For internal use only.

Entity Set Path
[organization URI]/api/data/v9.2/appconfigmasters
Base Type
crmbaseentity
Display Name
App Config Master
Primary Key
appconfigmasterid
Primary Key Attribute
name
Operations Supported
GET

Properties

Properties represent fields of data stored in the entity.Some properties are read-only.

Name Type Details
appconfigmasterid Edm.Guid

System-Populated App Configuration instance identifier.

Display Name: AppConfigMasterId

Read Only
configtype Edm.String

Enter the App Configuration and Setting property data type.

Display Name: ConfigType

Read Only
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
defaultvalue Edm.String

Enter the default value of the App Configuration and Setting property.

Display Name: DefaultValue

Read Only
importsequencenumber Edm.Int32

For internal use only.

Display Name: Import Sequence Number

Read Only
isnavigationsetting Edm.Int32

Enter whether this App Configuration and Setting is Navigation Setting.

Display Name: Is Nagivation Setting

Read Only
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
name Edm.String

Enter the name of the App Configuration and Setting property with which this customization will be identified.

Display Name: Name

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
parentappconfigmasterid Edm.String

ParentAppConfigMasterId

Display Name: Enter the parent of App Configuration customization property.

Read Only
validator Edm.String

Validator

Display Name: Enter the validator configuration xml which will validate against its value when creating AppConfigInstance.

Read Only
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
_createdby_value appconfigmaster_createdby

Shows who created the record.

_createdonbehalfby_value appconfigmaster_createdonbehalfby

Shows who created the record on behalf of another user.

_modifiedby_value appconfigmaster_modifiedby

Shows who last updated the record.

_modifiedonbehalfby_value appconfigmaster_modifiedonbehalfby

Shows who last updated the record on behalf of another user.

_organizationid_value organization_appconfigmaster_appconfigmaster

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
appconfigmaster_createdby systemuser systemuser_appconfigmaster_createdby
appconfigmaster_createdonbehalfby systemuser systemuser_appconfigmaster_createdonbehalfby
appconfigmaster_modifiedby systemuser systemuser_appconfigmaster_modifiedby
appconfigmaster_modifiedonbehalfby systemuser systemuser_appconfigmaster_modifiedonbehalfby
organization_appconfigmaster_appconfigmaster organization organization_appconfigmaster

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
appconfigmaster_appconfiginstance appconfiginstance appconfiginstance_appconfigmaster

See also