Property (DynamicProperty) table/entity reference (Microsoft Dynamics 365)

Information about a product property.

Messages

The following table lists the messages for the Property (DynamicProperty) 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 /dynamicproperties
See Create
Create records
CreateMultiple
Event: True
CreateMultiple CreateMultipleRequest
Delete
Event: False
DELETE /dynamicproperties(dynamicpropertyid)
See Delete
Delete records
Disassociate
Event: True
Disassociate records Disassociate records
Retrieve
Event: False
GET /dynamicproperties(dynamicpropertyid)
See Retrieve
Retrieve records
RetrieveMultiple
Event: True
GET /dynamicproperties
See Query data
Query data
SetState
Event: True
PATCH /dynamicproperties(dynamicpropertyid)
Update the statecode and statuscode properties.
SetStateRequest
Update
Event: False
PATCH /dynamicproperties(dynamicpropertyid)
See Update
Update records
UpdateMultiple
Event: True
UpdateMultiple UpdateMultipleRequest
Upsert
Event: False
PATCH /dynamicproperties(dynamicpropertyid)
See Upsert a table row
UpsertRequest
UpsertMultiple
Event: False
UpsertMultiple UpsertMultipleRequest

Properties

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

Property Value
DisplayName Property
DisplayCollectionName Properties
SchemaName DynamicProperty
CollectionSchemaName DynamicProperties
EntitySetName dynamicproperties
LogicalName dynamicproperty
LogicalCollectionName dynamicproperties
PrimaryIdAttribute dynamicpropertyid
PrimaryNameAttribute name
TableType Standard
OwnershipType OrganizationOwned

Writable columns/attributes

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

BaseDynamicPropertyId

Property Value
Description Shows the property in the product family that this property is being inherited from.
DisplayName Base Property
IsValidForForm False
IsValidForRead True
LogicalName basedynamicpropertyid
RequiredLevel None
Type Lookup
Targets dynamicproperty

DataType

Property Value
Description Select the data type of the property.
DisplayName Data Type
IsValidForForm True
IsValidForRead True
LogicalName datatype
RequiredLevel SystemRequired
Type Picklist
DefaultFormValue
GlobalChoiceName dynamicproperty_datatypecode

DataType Choices/Options

Value Label
0 Option Set
1 Decimal
2 Floating Point Number
3 Single Line Of Text
4 Whole Number

DefaultAttributeValue

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

DefaultValueDecimal

Property Value
Description Shows the default value of the property for a decimal data type.
DisplayName Default Decimal Value
IsValidForForm True
IsValidForRead True
LogicalName defaultvaluedecimal
RequiredLevel None
Type Decimal
ImeMode Disabled
MaxValue 100000000000
MinValue -100000000000
Precision 2
SourceTypeMask 0

DefaultValueDouble

Property Value
Description Shows the default value of the property for a double data type.
DisplayName Default Double Value
IsValidForForm True
IsValidForRead True
LogicalName defaultvaluedouble
RequiredLevel None
Type Double
ImeMode Disabled
MaxValue 100000000000
MinValue -100000000000
Precision 5

DefaultValueInteger

Property Value
Description Shows the default value of the property for a whole number data type.
DisplayName Default Whole Number Value
IsValidForForm True
IsValidForRead True
LogicalName defaultvalueinteger
RequiredLevel None
Type Integer
MaxValue 2147483647
MinValue -2147483648

DefaultValueOptionSet

Property Value
Description Shows the default value of the property.
DisplayName Default OptionSet Value
IsValidForForm True
IsValidForRead True
LogicalName defaultvalueoptionset
RequiredLevel None
Type Lookup
Targets dynamicpropertyoptionsetitem

DefaultValueString

Property Value
Description Shows the default value of the property for a string data type.
DisplayName Default String Value
IsValidForForm True
IsValidForRead True
LogicalName defaultvaluestring
RequiredLevel None
Type String
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 1024

Description

Property Value
Description Type a description for the property.
DisplayName Description
IsValidForForm True
IsValidForRead True
LogicalName description
RequiredLevel None
Type Memo
Format TextArea
FormatName TextArea
ImeMode Auto
IsLocalizable False
MaxLength 2000

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 unique identifier of the property.
DisplayName Property ID
IsValidForForm False
IsValidForRead True
LogicalName dynamicpropertyid
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

IsHidden

Property Value
Description Defines whether the attribute is hidden or shown.
DisplayName Hidden
IsValidForForm True
IsValidForRead True
LogicalName ishidden
RequiredLevel SystemRequired
Type Boolean
GlobalChoiceName dynamicproperty_ishidden
DefaultValue False
True Label Yes
False Label No

IsReadOnly

Property Value
Description Defines whether the attribute is read-only or if it can be edited.
DisplayName Read-Only
IsValidForForm True
IsValidForRead True
LogicalName isreadonly
RequiredLevel SystemRequired
Type Boolean
GlobalChoiceName dynamicproperty_isreadonly
DefaultValue False
True Label Yes
False Label No

IsRequired

Property Value
Description Defines whether the attribute is mandatory.
DisplayName Required
IsValidForForm True
IsValidForRead True
LogicalName isrequired
RequiredLevel SystemRequired
Type Boolean
GlobalChoiceName dynamicproperty_isrequired
DefaultValue False
True Label Yes
False Label No

MaxLengthString

Property Value
Description Shows the maximum allowed length of the property for a string data type.
DisplayName Maximum String Length
IsValidForForm True
IsValidForRead True
LogicalName maxlengthstring
RequiredLevel None
Type Integer
MaxValue 1024
MinValue 0

MaxValueDecimal

Property Value
Description Shows the maximum allowed value of the property for a decimal data type.
DisplayName Maximum Decimal Value
IsValidForForm True
IsValidForRead True
LogicalName maxvaluedecimal
RequiredLevel None
Type Decimal
ImeMode Disabled
MaxValue 100000000000
MinValue -100000000000
Precision 2
SourceTypeMask 0

MaxValueDouble

Property Value
Description Shows the maximum allowed value of the property for a double data type.
DisplayName Maximum Double Value
IsValidForForm True
IsValidForRead True
LogicalName maxvaluedouble
RequiredLevel None
Type Double
ImeMode Disabled
MaxValue 100000000000
MinValue -100000000000
Precision 5

MaxValueInteger

Property Value
Description Shows the maximum allowed value of the property for a whole number data type.
DisplayName Maximum Whole Number Value
IsValidForForm True
IsValidForRead True
LogicalName maxvalueinteger
RequiredLevel None
Type Integer
MaxValue 2147483647
MinValue -2147483648

MinValueDecimal

Property Value
Description Shows the minimum allowed value of the property for a decimal data type.
DisplayName Minimum Decimal Value
IsValidForForm True
IsValidForRead True
LogicalName minvaluedecimal
RequiredLevel None
Type Decimal
ImeMode Disabled
MaxValue 100000000000
MinValue -100000000000
Precision 2
SourceTypeMask 0

MinValueDouble

Property Value
Description Shows the minimum allowed value of the property for a double data type.
DisplayName Minimum Double Value
IsValidForForm True
IsValidForRead True
LogicalName minvaluedouble
RequiredLevel None
Type Double
ImeMode Disabled
MaxValue 100000000000
MinValue -100000000000
Precision 5

MinValueInteger

Property Value
Description Shows the minimum allowed value of the property for a whole number data type.
DisplayName Minimum Whole Number Value
IsValidForForm True
IsValidForRead True
LogicalName minvalueinteger
RequiredLevel None
Type Integer
MaxValue 2147483647
MinValue -2147483648

Name

Property Value
Description Type the name of the property.
DisplayName Name
IsValidForForm True
IsValidForRead True
LogicalName name
RequiredLevel SystemRequired
Type String
Format Text
FormatName Text
ImeMode Auto
IsLocalizable True
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

OverwrittenDynamicPropertyId

Property Value
Description Shows the related overwritten property.
DisplayName Overwritten Property
IsValidForForm False
IsValidForRead True
LogicalName overwrittendynamicpropertyid
RequiredLevel None
Type Uniqueidentifier

Precision

Property Value
Description Shows the allowed precision of the property for a whole number data type.
DisplayName Precision
IsValidForForm True
IsValidForRead True
LogicalName precision
RequiredLevel None
Type Integer
MaxValue 5
MinValue 0

RegardingObjectId

Property Value
Description Choose the product that the property is associated with.
DisplayName Regarding
IsValidForForm False
IsValidForRead True
LogicalName regardingobjectid
RequiredLevel None
Type Lookup
Targets product

RegardingObjectTypeCode

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

RootDynamicPropertyId

Property Value
Description Shows the root property that this property is derived from.
DisplayName Root Property
IsValidForForm False
IsValidForRead True
LogicalName rootdynamicpropertyid
RequiredLevel None
Type Uniqueidentifier

statecode

Property Value
Description Shows the state of the property.
DisplayName Status
IsValidForForm True
IsValidForRead True
LogicalName statecode
RequiredLevel SystemRequired
Type State
DefaultFormValue
GlobalChoiceName dynamicproperty_statecode

statecode Choices/Options

Value Details
0 Label: Active
DefaultStatus: 1
InvariantName: Active
1 Label: Draft
DefaultStatus: 0
InvariantName: Draft
2 Label: Retired
DefaultStatus: 2
InvariantName: Retired

statuscode

Property Value
Description Shows whether the property is active or inactive.
DisplayName Status Reason
IsValidForForm True
IsValidForRead True
LogicalName statuscode
RequiredLevel None
Type Status
DefaultFormValue
GlobalChoiceName dynamicproperty_statuscode

statuscode Choices/Options

Value Details
0 Label: Draft
State:1
TransitionData: None
1 Label: Active
State:0
TransitionData: None
2 Label: Retired
State:2
TransitionData: None

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

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

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

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

OrganizationId

Property Value
Description Unique identifier for the organization
DisplayName Organization Id
IsValidForForm False
IsValidForRead True
LogicalName organizationid
RequiredLevel SystemRequired
Type Lookup
Targets organization

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.

DefaultValueOptionSet_DynamicProperty

One-To-Many Relationship: dynamicpropertyoptionsetitem DefaultValueOptionSet_DynamicProperty

Property Value
ReferencedEntity dynamicpropertyoptionsetitem
ReferencedAttribute dynamicpropertyoptionsetvalueid
ReferencingAttribute defaultvalueoptionset
ReferencingEntityNavigationPropertyName dynamicpropertyoptionsetvalueid
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: Restrict
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

dynamicproperty_base_dynamicproperty

One-To-Many Relationship: dynamicproperty dynamicproperty_base_dynamicproperty

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

dynamicproperty_organization

One-To-Many Relationship: organization dynamicproperty_organization

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

lk_DynamicProperty_createdby

One-To-Many Relationship: systemuser lk_DynamicProperty_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

lk_DynamicProperty_createdonbehalfby

One-To-Many Relationship: systemuser lk_DynamicProperty_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_DynamicProperty_modifiedby

One-To-Many Relationship: systemuser lk_DynamicProperty_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_DynamicProperty_modifiedonbehalfby

One-To-Many Relationship: systemuser lk_DynamicProperty_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

Product_DynamicProperty

One-To-Many Relationship: product Product_DynamicProperty

Property Value
ReferencedEntity product
ReferencedAttribute productid
ReferencingAttribute regardingobjectid
ReferencingEntityNavigationPropertyName regardingobjectid_product
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: Cascade
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

ProductAssociation_DynamicProperty

One-To-Many Relationship: productassociation ProductAssociation_DynamicProperty

Property Value
ReferencedEntity productassociation
ReferencedAttribute productassociationid
ReferencingAttribute regardingobjectid
ReferencingEntityNavigationPropertyName regardingobjectid_productassociation
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: Cascade
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

One-to-Many relationships

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

dynamicproperty_AsyncOperations

Many-To-One Relationship: asyncoperation dynamicproperty_AsyncOperations

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

dynamicproperty_base_dynamicproperty

Many-To-One Relationship: dynamicproperty dynamicproperty_base_dynamicproperty

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

dynamicproperty_BulkDeleteFailures

Many-To-One Relationship: bulkdeletefailure dynamicproperty_BulkDeleteFailures

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

Dynamicproperty_DynamicPropertyAssociation

Many-To-One Relationship: dynamicpropertyassociation Dynamicproperty_DynamicPropertyAssociation

Property Value
ReferencingEntity dynamicpropertyassociation
ReferencingAttribute dynamicpropertyid
ReferencedEntityNavigationPropertyName Dynamicproperty_DynamicPropertyAssociation
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

DynamicProperty_DynamicPropertyInstance

Many-To-One Relationship: dynamicpropertyinstance DynamicProperty_DynamicPropertyInstance

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

DynamicProperty_DynamicPropertyOptionSetItem

Many-To-One Relationship: dynamicpropertyoptionsetitem DynamicProperty_DynamicPropertyOptionSetItem

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

dynamicproperty_MailboxTrackingFolders

Many-To-One Relationship: mailboxtrackingfolder dynamicproperty_MailboxTrackingFolders

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

dynamicproperty_PrincipalObjectAttributeAccesses

Many-To-One Relationship: principalobjectattributeaccess dynamicproperty_PrincipalObjectAttributeAccesses

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

dynamicproperty_SyncErrors

Many-To-One Relationship: syncerror dynamicproperty_SyncErrors

Property Value
ReferencingEntity syncerror
ReferencingAttribute regardingobjectid
ReferencedEntityNavigationPropertyName dynamicproperty_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