Property Instance (DynamicPropertyInstance) table/entity reference (Microsoft Dynamics 365)

Instance of a property with its value.

Messages

The following table lists the messages for the Property Instance (DynamicPropertyInstance) table. Messages represent operations that can be performed on the table. They may also be events.

Name
Is Event?
Web API Operation SDK for .NET
Associate
Event: True
Associate records Associate records
Create
Event: False
POST /dynamicpropertyinstances
See Create
Create records
CreateMultiple
Event: True
CreateMultiple CreateMultipleRequest
Delete
Event: False
DELETE /dynamicpropertyinstances(dynamicpropertyinstanceid)
See Delete
Delete records
Disassociate
Event: True
Disassociate records Disassociate records
Retrieve
Event: False
GET /dynamicpropertyinstances(dynamicpropertyinstanceid)
See Retrieve
Retrieve records
RetrieveMultiple
Event: True
GET /dynamicpropertyinstances
See Query data
Query data
RetrieveProductProperties
Event: False
RetrieveProductProperties function RetrieveProductPropertiesRequest
Update
Event: False
PATCH /dynamicpropertyinstances(dynamicpropertyinstanceid)
See Update
Update records
UpdateMultiple
Event: True
UpdateMultiple UpdateMultipleRequest
UpdateProductProperties
Event: False
UpdateProductProperties action UpdateProductPropertiesRequest
Upsert
Event: False
PATCH /dynamicpropertyinstances(dynamicpropertyinstanceid)
See Upsert a table row
UpsertRequest
UpsertMultiple
Event: False
UpsertMultiple UpsertMultipleRequest

Properties

The following table lists selected properties for the Property Instance (DynamicPropertyInstance) table.

Property Value
DisplayName Property Instance
DisplayCollectionName Property Instances
SchemaName DynamicPropertyInstance
CollectionSchemaName DynamicPropertyInstances
EntitySetName dynamicpropertyinstances
LogicalName dynamicpropertyinstance
LogicalCollectionName dynamicpropertyinstances
PrimaryIdAttribute dynamicpropertyinstanceid
PrimaryNameAttribute name
TableType Standard
OwnershipType UserOwned

Writable columns/attributes

These columns/attributes return true for either IsValidForCreate or IsValidForUpdate (usually both). Listed by SchemaName.

DMTImportState

Property Value
Description Internal Use Only
DisplayName Internal Use Only
IsValidForForm False
IsValidForRead False
LogicalName dmtimportstate
RequiredLevel None
Type Integer
MaxValue 2147483647
MinValue -2147483648

DynamicPropertyId

Property Value
Description Shows the property that this record is associated with.
DisplayName Property ID
IsValidForForm False
IsValidForRead True
LogicalName dynamicpropertyid
RequiredLevel SystemRequired
Type Lookup
Targets dynamicproperty

DynamicPropertyInstanceid

Property Value
Description Shows the unique identifier of the property instance.
DisplayName Property Instance ID
IsValidForForm False
IsValidForRead True
LogicalName dynamicpropertyinstanceid
RequiredLevel SystemRequired
Type Uniqueidentifier

ImportSequenceNumber

Property Value
Description Sequence number of the import that created this record.
DisplayName Import Sequence Number
IsValidForForm False
IsValidForRead True
LogicalName importsequencenumber
RequiredLevel None
Type Integer
MaxValue 2147483647
MinValue -2147483648

Name

Property Value
Description name
DisplayName name
IsValidForForm True
IsValidForRead True
LogicalName name
RequiredLevel ApplicationRequired
Type String
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 100

OverriddenCreatedOn

Property Value
Description Date and time that the record was migrated.
DisplayName Record Created On
IsValidForForm False
IsValidForRead True
LogicalName overriddencreatedon
RequiredLevel None
Type DateTime
CanChangeDateTimeBehavior False
DateTimeBehavior UserLocal
Format DateOnly
ImeMode Inactive
SourceTypeMask 0

OwnerId

Property Value
Description Owner Id
DisplayName Owner
IsValidForForm False
IsValidForRead True
LogicalName ownerid
RequiredLevel SystemRequired
Type Owner
Targets systemuser, team

OwnerIdType

Property Value
Description Owner Id Type
DisplayName
IsValidForForm False
IsValidForRead True
LogicalName owneridtype
RequiredLevel SystemRequired
Type EntityName

RegardingObjectId

Property Value
Description Shows the object that the property is associated with.
DisplayName Regarding
IsValidForForm False
IsValidForRead True
LogicalName regardingobjectid
RequiredLevel None
Type Lookup
Targets invoicedetail, opportunityproduct, quotedetail, salesorderdetail

RegardingObjectIdType

Property Value
Description
DisplayName
IsValidForForm False
IsValidForRead True
LogicalName regardingobjectidtype
RequiredLevel None
Type EntityName

TimeZoneRuleVersionNumber

Property Value
Description For internal use only.
DisplayName Time Zone Rule Version Number
IsValidForForm False
IsValidForRead True
LogicalName timezoneruleversionnumber
RequiredLevel None
Type Integer
MaxValue 2147483647
MinValue -1

TransactionCurrencyId

Property Value
Description Shows the currency associated with the record.
DisplayName Currency
IsValidForForm True
IsValidForRead True
LogicalName transactioncurrencyid
RequiredLevel None
Type Lookup
Targets transactioncurrency

UTCConversionTimeZoneCode

Property Value
Description Time zone code that was in use when the record was created.
DisplayName UTC Conversion Time Zone Code
IsValidForForm False
IsValidForRead True
LogicalName utcconversiontimezonecode
RequiredLevel None
Type Integer
MaxValue 2147483647
MinValue -1

validationstatus

Property Value
Description Shows whether the property value is valid.
DisplayName Is Valid
IsValidForForm True
IsValidForRead True
LogicalName validationstatus
RequiredLevel None
Type Boolean
GlobalChoiceName dynamicpropertyinstance_isvalid
DefaultValue False
True Label Valid
False Label Invalid

ValueDecimal

Property Value
Description Shows the decimal value of the property.
DisplayName Decimal Value
IsValidForForm False
IsValidForRead True
LogicalName valuedecimal
RequiredLevel None
Type Decimal
ImeMode Disabled
MaxValue 100000000000
MinValue -100000000000
Precision 2
SourceTypeMask 0

ValueDouble

Property Value
Description Shows the double value of the property.
DisplayName Double Value
IsValidForForm False
IsValidForRead True
LogicalName valuedouble
RequiredLevel None
Type Double
ImeMode Disabled
MaxValue 100000000000
MinValue -100000000000
Precision 5

ValueInteger

Property Value
Description Shows the integer value of the property.
DisplayName Integer Value
IsValidForForm False
IsValidForRead True
LogicalName valueinteger
RequiredLevel None
Type Integer
MaxValue 2147483647
MinValue -2147483648

ValueString

Property Value
Description Shows the string value of the property.
DisplayName String Value
IsValidForForm False
IsValidForRead True
LogicalName valuestring
RequiredLevel None
Type String
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 1024

Read-only columns/attributes

These columns/attributes return false for both IsValidForCreate and IsValidForUpdate. Listed by SchemaName.

CreatedBy

Property Value
Description Unique identifier of the user who created the record.
DisplayName Created By
IsValidForForm True
IsValidForRead True
LogicalName createdby
RequiredLevel None
Type Lookup
Targets systemuser

CreatedOn

Property Value
Description Date and time when the record was created.
DisplayName Created On
IsValidForForm True
IsValidForRead True
LogicalName createdon
RequiredLevel None
Type DateTime
CanChangeDateTimeBehavior False
DateTimeBehavior UserLocal
Format DateAndTime
ImeMode Inactive
SourceTypeMask 0

CreatedOnBehalfBy

Property Value
Description Unique identifier of the delegate user who created the record.
DisplayName Created By (Delegate)
IsValidForForm True
IsValidForRead True
LogicalName createdonbehalfby
RequiredLevel None
Type Lookup
Targets systemuser

ExchangeRate

Property Value
Description Shows the conversion rate of the record's currency. The exchange rate is used to convert all money fields in the record from the local currency to the system's default currency.
DisplayName Exchange Rate
IsValidForForm True
IsValidForRead True
LogicalName exchangerate
RequiredLevel None
Type Decimal
ImeMode Disabled
MaxValue 100000000000
MinValue 1E-12
Precision 12
SourceTypeMask 0

ModifiedBy

Property Value
Description Unique identifier of the user who modified the record.
DisplayName Modified By
IsValidForForm True
IsValidForRead True
LogicalName modifiedby
RequiredLevel None
Type Lookup
Targets systemuser

ModifiedOn

Property Value
Description Date and time when the record was modified.
DisplayName Modified On
IsValidForForm True
IsValidForRead True
LogicalName modifiedon
RequiredLevel None
Type DateTime
CanChangeDateTimeBehavior False
DateTimeBehavior UserLocal
Format DateAndTime
ImeMode Inactive
SourceTypeMask 0

ModifiedOnBehalfBy

Property Value
Description Unique identifier of the delegate user who modified the record.
DisplayName Modified By (Delegate)
IsValidForForm True
IsValidForRead True
LogicalName modifiedonbehalfby
RequiredLevel None
Type Lookup
Targets systemuser

OwnerIdName

Property Value
Description Name of the owner
DisplayName
IsValidForForm False
IsValidForRead True
LogicalName owneridname
RequiredLevel SystemRequired
Type String
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 100

OwnerIdYomiName

Property Value
Description Yomi name of the owner
DisplayName
IsValidForForm False
IsValidForRead True
LogicalName owneridyominame
RequiredLevel SystemRequired
Type String
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 100

OwningBusinessUnit

Property Value
Description Unique identifier for the business unit that owns the record
DisplayName Owning Business Unit
IsValidForForm True
IsValidForRead True
LogicalName owningbusinessunit
RequiredLevel None
Type Lookup
Targets businessunit

OwningTeam

Property Value
Description Unique identifier for the team that owns the record.
DisplayName Owning Team
IsValidForForm False
IsValidForRead True
LogicalName owningteam
RequiredLevel None
Type Lookup
Targets team

OwningUser

Property Value
Description Unique identifier for the user that owns the record.
DisplayName Owning User
IsValidForForm False
IsValidForRead True
LogicalName owninguser
RequiredLevel None
Type Lookup
Targets

VersionNumber

Property Value
Description Version Number
DisplayName Version Number
IsValidForForm False
IsValidForRead True
LogicalName versionnumber
RequiredLevel None
Type BigInt
MaxValue 9223372036854775807
MinValue -9223372036854775808

Many-to-One relationships

These relationships are many-to-one. Listed by SchemaName.

business_unit_dynamicproperyinstance

One-To-Many Relationship: businessunit business_unit_dynamicproperyinstance

Property Value
ReferencedEntity businessunit
ReferencedAttribute businessunitid
ReferencingAttribute owningbusinessunit
ReferencingEntityNavigationPropertyName owningbusinessunit
IsHierarchical
CascadeConfiguration Archive: Restrict
Assign: NoCascade
Delete: Restrict
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

DynamicProperty_DynamicPropertyInstance

One-To-Many Relationship: dynamicproperty DynamicProperty_DynamicPropertyInstance

Property Value
ReferencedEntity dynamicproperty
ReferencedAttribute dynamicpropertyid
ReferencingAttribute dynamicpropertyid
ReferencingEntityNavigationPropertyName dynamicpropertyid
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: Restrict
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

Dynamicpropertyinsatance_createdby

One-To-Many Relationship: systemuser Dynamicpropertyinsatance_createdby

Property Value
ReferencedEntity systemuser
ReferencedAttribute systemuserid
ReferencingAttribute createdby
ReferencingEntityNavigationPropertyName createdby
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

InvoiceDetail_Dynamicpropertyinstance

One-To-Many Relationship: invoicedetail InvoiceDetail_Dynamicpropertyinstance

Property Value
ReferencedEntity invoicedetail
ReferencedAttribute invoicedetailid
ReferencingAttribute regardingobjectid
ReferencingEntityNavigationPropertyName regardingobjectid_invoicedetail
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: Cascade
Delete: Cascade
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: Cascade
Unshare: NoCascade

lk_Dynamicpropertyinsatanceattribute_createdonbehalfby

One-To-Many Relationship: systemuser lk_Dynamicpropertyinsatanceattribute_createdonbehalfby

Property Value
ReferencedEntity systemuser
ReferencedAttribute systemuserid
ReferencingAttribute createdonbehalfby
ReferencingEntityNavigationPropertyName createdonbehalfby
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

lk_Dynamicpropertyinsatanceattribute_ModifiedBy

One-To-Many Relationship: systemuser lk_Dynamicpropertyinsatanceattribute_ModifiedBy

Property Value
ReferencedEntity systemuser
ReferencedAttribute systemuserid
ReferencingAttribute modifiedby
ReferencingEntityNavigationPropertyName modifiedby
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

lk_Dynamicpropertyinsatanceattribute_ModifiedOnBehalfBy

One-To-Many Relationship: systemuser lk_Dynamicpropertyinsatanceattribute_ModifiedOnBehalfBy

Property Value
ReferencedEntity systemuser
ReferencedAttribute systemuserid
ReferencingAttribute modifiedonbehalfby
ReferencingEntityNavigationPropertyName modifiedonbehalfby
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

OpportunityProduct_Dynamicpropertyinstance

One-To-Many Relationship: opportunityproduct OpportunityProduct_Dynamicpropertyinstance

Property Value
ReferencedEntity opportunityproduct
ReferencedAttribute opportunityproductid
ReferencingAttribute regardingobjectid
ReferencingEntityNavigationPropertyName regardingobjectid_opportunityproduct
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: Cascade
Delete: Cascade
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: Cascade
Unshare: NoCascade

Owner_dynamicproperyinstance

One-To-Many Relationship: owner Owner_dynamicproperyinstance

Property Value
ReferencedEntity owner
ReferencedAttribute ownerid
ReferencingAttribute ownerid
ReferencingEntityNavigationPropertyName ownerid
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

OwningUser_Dynamicpropertyinsatance

One-To-Many Relationship: systemuser OwningUser_Dynamicpropertyinsatance

Property Value
ReferencedEntity systemuser
ReferencedAttribute systemuserid
ReferencingAttribute dynamicpropertyinstanceid
ReferencingEntityNavigationPropertyName owninguser
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

QuoteDetail_Dynamicpropertyinstance

One-To-Many Relationship: quotedetail QuoteDetail_Dynamicpropertyinstance

Property Value
ReferencedEntity quotedetail
ReferencedAttribute quotedetailid
ReferencingAttribute regardingobjectid
ReferencingEntityNavigationPropertyName regardingobjectid_quotedetail
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: Cascade
Delete: Cascade
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: Cascade
Unshare: NoCascade

SalesOrderDetail_Dynamicpropertyinstance

One-To-Many Relationship: salesorderdetail SalesOrderDetail_Dynamicpropertyinstance

Property Value
ReferencedEntity salesorderdetail
ReferencedAttribute salesorderdetailid
ReferencingAttribute regardingobjectid
ReferencingEntityNavigationPropertyName regardingobjectid_salesorderdetail
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: Cascade
Delete: Cascade
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: Cascade
Unshare: NoCascade

team_DynamicPropertyInstance

One-To-Many Relationship: team team_DynamicPropertyInstance

Property Value
ReferencedEntity team
ReferencedAttribute teamid
ReferencingAttribute owningteam
ReferencingEntityNavigationPropertyName owningteam
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

TransactionCurrency_Dynamicpropertyinsatance

One-To-Many Relationship: transactioncurrency TransactionCurrency_Dynamicpropertyinsatance

Property Value
ReferencedEntity transactioncurrency
ReferencedAttribute transactioncurrencyid
ReferencingAttribute dynamicpropertyinstanceid
ReferencingEntityNavigationPropertyName transactioncurrencyid
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

One-to-Many relationships

These relationships are one-to-many. Listed by SchemaName.

dynamicpropertyinstance_AsyncOperations

Many-To-One Relationship: asyncoperation dynamicpropertyinstance_AsyncOperations

Property Value
ReferencingEntity asyncoperation
ReferencingAttribute regardingobjectid
ReferencedEntityNavigationPropertyName dynamicpropertyinstance_AsyncOperations
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

dynamicpropertyinstance_BulkDeleteFailures

Many-To-One Relationship: bulkdeletefailure dynamicpropertyinstance_BulkDeleteFailures

Property Value
ReferencingEntity bulkdeletefailure
ReferencingAttribute regardingobjectid
ReferencedEntityNavigationPropertyName dynamicpropertyinstance_BulkDeleteFailures
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

dynamicpropertyinstance_MailboxTrackingFolders

Many-To-One Relationship: mailboxtrackingfolder dynamicpropertyinstance_MailboxTrackingFolders

Property Value
ReferencingEntity mailboxtrackingfolder
ReferencingAttribute regardingobjectid
ReferencedEntityNavigationPropertyName dynamicpropertyinstance_MailboxTrackingFolders
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

dynamicpropertyinstance_PrincipalObjectAttributeAccesses

Many-To-One Relationship: principalobjectattributeaccess dynamicpropertyinstance_PrincipalObjectAttributeAccesses

Property Value
ReferencingEntity principalobjectattributeaccess
ReferencingAttribute objectid
ReferencedEntityNavigationPropertyName dynamicpropertyinstance_PrincipalObjectAttributeAccesses
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

dynamicpropertyinstance_SyncErrors

Many-To-One Relationship: syncerror dynamicpropertyinstance_SyncErrors

Property Value
ReferencingEntity syncerror
ReferencingAttribute regardingobjectid
ReferencedEntityNavigationPropertyName dynamicpropertyinstance_SyncErrors
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

See also

Dataverse table/entity reference
Dataverse Web API Reference