Referenz zur Tabelle/Entität App Configuration Instance (AppConfigInstance)

Hinweis

Unsicher bei Tabelle vs. Entität? Siehe Entwickler: Terminologie in Microsoft Dataverse verstehen.

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.

Nachrichten

Nachricht Web-API-Vorgang SDK-Klasse oder -Methode
Create POST [org URI]/api/data/v9.0/appconfiginstances
Weitere Informationen finden Sie unter Erstellen
CreateRequest oder
Create
Delete DELETE [org URI]/api/data/v9.0/appconfiginstances(appconfiginstanceid)
Weitere Informationen finden Sie unter Löschen
DeleteRequest oder
Delete
Retrieve GET [org URI]/api/data/v9.0/appconfiginstances(appconfiginstanceid)
Weitere Informationen finden Sie unter Abrufen
RetrieveRequest oder
Retrieve
RetrieveMultiple GET [org URI]/api/data/v9.0/appconfiginstances
Weitere Informationen finden Sie unter Daten abfragen
RetrieveMultipleRequest oder
RetrieveMultiple
RetrieveUnpublishedMultiple RetrieveUnpublishedMultiple Function RetrieveUnpublishedMultipleRequest
Update PATCH [org URI]/api/data/v9.0/appconfiginstances(appconfiginstanceid)
Weitere Informationen finden Sie unter Aktualisieren
UpdateRequest oder
Update

Eigenschaften

Eigenschaft Wert
CollectionSchemaName AppConfigInstances
DisplayCollectionName App Configuration Instance
DisplayName App Configuration Instance
EntitySetName appconfiginstances
IsBPFEntity False
LogicalCollectionName appconfiginstances
LogicalName appconfiginstance
OwnershipType OrganizationOwned
PrimaryIdAttribute appconfiginstanceid
PrimaryNameAttribute
SchemaName AppConfigInstance

Schreibbare Spalten/Attribute

Diese Spalten/Attribute geben entweder für IsValidForCreate oder IsValidForUpdate (normalerweise beides) true zurück. Aufgelistet durch SchemaName.

AppConfigId

Eigenschaft Wert
Description System-calculated App Configuration unique identifier.
DisplayName App Config ID
IsValidForForm False
IsValidForRead True
LogicalName appconfigid
RequiredLevel ApplicationRequired
Targets appconfig
Type Lookup

AppConfigIdUnique

Eigenschaft Wert
Description Enter the App Configuration unique identifier of AppConfig entity for which this customization belongs.
DisplayName App Config ID Unique
IsValidForForm False
IsValidForRead True
LogicalName appconfigidunique
RequiredLevel None
Type Uniqueidentifier

AppConfigInstanceIdUnique

Eigenschaft Wert
Description System-populated App Configuration Instance unique identifier.
DisplayName AppConfigInstanceIdUnique
IsValidForForm False
IsValidForRead True
IsValidForUpdate False
LogicalName appconfiginstanceidunique
RequiredLevel None
Type Uniqueidentifier

AppConfigMasterId

Eigenschaft Wert
Description System-calculated App Configuration Master identifier.
DisplayName App Config Master ID
IsValidForForm False
IsValidForRead True
LogicalName appconfigmasterid
RequiredLevel ApplicationRequired
Targets appconfigmaster
Type Lookup

ComponentType

Eigenschaft Wert
Description ComponentType
DisplayName Enter the componenet type of the artifact (Form/View etc.) for which customization is to be created.
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName componenttype
MaxLength 100
RequiredLevel None
Type String

IntroducedVersion

Eigenschaft Wert
Description Shows the version in which the App Configuration Instance is introduced.
DisplayName Introduced Version
FormatName VersionNumber
IsLocalizable False
IsValidForForm False
IsValidForRead True
IsValidForUpdate False
LogicalName introducedversion
MaxLength 100
RequiredLevel None
Type String

ObjectId

Eigenschaft Wert
Description ObjectId
DisplayName Enter the object identifier for the artifact (Form/View etc.) for which customization is to be created.
IsValidForForm False
IsValidForRead True
LogicalName objectid
RequiredLevel None
Type Uniqueidentifier

Value

Eigenschaft Wert
Description Enter a value for the customization property that is valid as per the validator XML specified in the app configuration master record.
DisplayName Value
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName value
MaxLength 100
RequiredLevel SystemRequired
Type String

Schreibgeschützt Spalten/Attribute

Diese Spalten/Attribute geben false zurück für sowohl IsValidForCreate als auch IsValidForUpdate. Aufgelistet durch SchemaName.

AppConfigInstanceId

Eigenschaft Wert
Description System-Populated App Configuration instance identifier.
DisplayName AppConfig Instance ID
IsValidForForm False
IsValidForRead True
LogicalName appconfiginstanceid
RequiredLevel SystemRequired
Type Uniqueidentifier

ComponentState

Eigenschaft Wert
Description System-Populated Published or UnPublished state of App Configuration Instance.
DisplayName Component State
IsValidForForm False
IsValidForRead True
LogicalName componentstate
RequiredLevel SystemRequired
Type Picklist

ComponentState Auswahlen/Optionen

Wert Etikett Beschreibung
0 Published
1 Unpublished
2 Deleted
3 Deleted Unpublished

CreatedBy

Eigenschaft Wert
Description Shows who created the record.
DisplayName Created By
IsValidForForm False
IsValidForRead True
LogicalName createdby
RequiredLevel None
Targets systemuser
Type Lookup

CreatedByName

Eigenschaft Wert
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName createdbyname
MaxLength 100
RequiredLevel None
Type String

CreatedOn

Eigenschaft Wert
DateTimeBehavior UserLocal
Description 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.
DisplayName Created On
Format DateAndTime
IsValidForForm False
IsValidForRead True
LogicalName createdon
RequiredLevel None
Type DateTime

CreatedOnBehalfBy

Eigenschaft Wert
Description Shows who created the record on behalf of another user.
DisplayName Created By (Delegate)
IsValidForForm False
IsValidForRead True
LogicalName createdonbehalfby
RequiredLevel None
Targets systemuser
Type Lookup

CreatedOnBehalfByName

Eigenschaft Wert
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName createdonbehalfbyname
MaxLength 100
RequiredLevel None
Type String

CreatedOnBehalfByYomiName

Eigenschaft Wert
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName createdonbehalfbyyominame
MaxLength 100
RequiredLevel SystemRequired
Type String

ImportSequenceNumber

Eigenschaft Wert
Description For internal use only.
DisplayName Import Sequence Number
Format None
IsValidForForm False
IsValidForRead True
LogicalName importsequencenumber
MaxValue 2147483647
MinValue -2147483648
RequiredLevel None
Type Integer

IsManaged

Eigenschaft Wert
Description Is Managed
DisplayName Shows whether the App Configuration Instance is managed or not.
IsValidForForm False
IsValidForRead True
LogicalName ismanaged
RequiredLevel ApplicationRequired
Type Boolean

IsManaged Auswahlen/Optionen

Wert Etikett Beschreibung
1 Managed
0 Unmanaged

Standardwert: 0

ModifiedBy

Eigenschaft Wert
Description Shows who last updated the record.
DisplayName Modified By
IsValidForForm False
IsValidForRead True
LogicalName modifiedby
RequiredLevel None
Targets systemuser
Type Lookup

ModifiedByName

Eigenschaft Wert
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName modifiedbyname
MaxLength 100
RequiredLevel None
Type String

ModifiedOn

Eigenschaft Wert
DateTimeBehavior UserLocal
Description 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.
DisplayName Modified On
Format DateAndTime
IsValidForForm False
IsValidForRead True
LogicalName modifiedon
RequiredLevel None
Type DateTime

ModifiedOnBehalfBy

Eigenschaft Wert
Description Shows who last updated the record on behalf of another user.
DisplayName Modified By (Delegate)
IsValidForForm False
IsValidForRead True
LogicalName modifiedonbehalfby
RequiredLevel None
Targets systemuser
Type Lookup

ModifiedOnBehalfByName

Eigenschaft Wert
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName modifiedonbehalfbyname
MaxLength 100
RequiredLevel None
Type String

ModifiedOnBehalfByYomiName

Eigenschaft Wert
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName modifiedonbehalfbyyominame
MaxLength 100
RequiredLevel SystemRequired
Type String

OrganizationId

Eigenschaft Wert
Description System-calculated field for Organization identifier.
DisplayName Organization
IsValidForForm False
IsValidForRead True
LogicalName organizationid
RequiredLevel SystemRequired
Targets organization
Type Lookup

OrganizationIdName

Eigenschaft Wert
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName organizationidname
MaxLength 100
RequiredLevel SystemRequired
Type String

OverriddenCreatedOn

Eigenschaft Wert
DateTimeBehavior UserLocal
Description 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.
DisplayName Record Created On
Format DateOnly
IsValidForForm False
IsValidForRead True
LogicalName overriddencreatedon
RequiredLevel None
Type DateTime

OverwriteTime

Eigenschaft Wert
DateTimeBehavior UserLocal
Description Shows the last overwrite time for the App Configuration Instance.
DisplayName Overwrite Time
Format DateOnly
IsValidForForm False
IsValidForRead True
LogicalName overwritetime
RequiredLevel SystemRequired
Type DateTime

SolutionId

Eigenschaft Wert
Description Set the solution idenfitier for associated solution.
DisplayName SolutionId
IsValidForForm False
IsValidForRead True
LogicalName solutionid
RequiredLevel SystemRequired
Type Uniqueidentifier

SupportingSolutionId

Eigenschaft Wert
Description Set the supporting solution idenfitier for associated solution.
DisplayName SupportingSolutionId
IsValidForForm False
IsValidForRead False
LogicalName supportingsolutionid
RequiredLevel None
Type Uniqueidentifier

VersionNumber

Eigenschaft Wert
Description
DisplayName
IsValidForForm False
IsValidForRead True
LogicalName versionnumber
MaxValue 9223372036854775807
MinValue -9223372036854775808
RequiredLevel None
Type BigInt

Viele-zu-Eins-Beziehungen

Jede Viele-zu-Eins-Beziehung wird durch eine entsprechende Viele-zu-Viele-Beziehungen mit der zugehörigen Tabelle definiert. Aufgelistet durch SchemaName.

appconfig_appconfiginstance

Siehe die appconfig_appconfiginstance-Eins-zu-Viele-Beziehung für die appconfig-Tabelle/-Entität.

lk_appconfiginstance_modifiedby

Siehe die lk_appconfiginstance_modifiedby-Eins-zu-Viele-Beziehung für die systemuser-Tabelle/-Entität.

lk_appconfiginstance_createdby

Siehe die lk_appconfiginstance_createdby-Eins-zu-Viele-Beziehung für die systemuser-Tabelle/-Entität.

lk_appconfiginstance_createdonbehalfby

Siehe die lk_appconfiginstance_createdonbehalfby-Eins-zu-Viele-Beziehung für die systemuser-Tabelle/-Entität.

lk_appconfiginstance_modifiedonbehalfby

Siehe die lk_appconfiginstance_modifiedonbehalfby-Eins-zu-Viele-Beziehung für die systemuser-Tabelle/-Entität.

organization_appconfiginstance

Siehe die organization_appconfiginstance-Eins-zu-Viele-Beziehung für die organization-Tabelle/-Entität.

appconfigmaster_appconfiginstance

Siehe die appconfigmaster_appconfiginstance-Eins-zu-Viele-Beziehung für die appconfigmaster-Tabelle/-Entität.

Siehe auch

Dataverse-Tabelle/-Entitätsreferenz Web-API-Referenz appconfiginstance EntityType