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
- Table type:
- Standard
- Display name:
- App Config Master
- Primary key:
- appconfigmasterid
- Primary name column:
- 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 |