msdyn_componentlayer table/entity reference

Note

Unsure about table vs. entity? See Developers: Understand terminology in Microsoft Dataverse.

Added by: Microsoft Dynamics 365 Component History APIs Solution

Messages

Message Web API Operation SDK class or method
Create POST /msdyn_componentlayers
See Create
CreateRequest or
Create
Delete DELETE /msdyn_componentlayers(msdyn_componentlayerid)
See Delete
DeleteRequest or
Delete
Retrieve GET /msdyn_componentlayers(msdyn_componentlayerid)
See Retrieve
RetrieveRequest or
Retrieve
RetrieveEntityChanges RetrieveEntityChangesRequest
RetrieveMultiple GET /msdyn_componentlayers
See Query Data
RetrieveMultipleRequest or
RetrieveMultiple
Update PATCH /msdyn_componentlayers(msdyn_componentlayerid)
See Update
UpdateRequest or
Update

Properties

Property Value
CollectionSchemaName msdyn_componentlayers
DisplayCollectionName Component Layers
DisplayName Component Layer
EntitySetName msdyn_componentlayers
IsBPFEntity False
LogicalCollectionName msdyn_componentlayers
LogicalName msdyn_componentlayer
OwnershipType OrganizationOwned
PrimaryIdAttribute msdyn_componentlayerid
PrimaryNameAttribute msdyn_name
SchemaName msdyn_componentlayer

Writable columns/attributes

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

msdyn_changes

Property Value
Description
DisplayName Changes
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName msdyn_changes
MaxLength 1073741823
RequiredLevel None
Type String

msdyn_children

Property Value
Description
DisplayName Children
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName msdyn_children
MaxLength 100
RequiredLevel None
Type String

msdyn_componentid

Property Value
Description
DisplayName Component Id
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName msdyn_componentid
MaxLength 100
RequiredLevel None
Type String

msdyn_componentjson

Property Value
Description
DisplayName Component Json
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName msdyn_componentjson
MaxLength 1073741823
RequiredLevel None
Type String

msdyn_componentlayerId

Property Value
Description Unique identifier for entity instances
DisplayName Component Layer
IsValidForForm False
IsValidForRead True
IsValidForUpdate False
LogicalName msdyn_componentlayerid
RequiredLevel SystemRequired
Type Uniqueidentifier

msdyn_endtime

Property Value
DateTimeBehavior UserLocal
Description
DisplayName Overwrite Time
Format DateAndTime
IsValidForForm True
IsValidForRead True
LogicalName msdyn_overwritetime
RequiredLevel None
Type DateTime

msdyn_name

Property Value
Description The name of the component.
DisplayName Name
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName msdyn_name
MaxLength 100
RequiredLevel ApplicationRequired
Type String

msdyn_order

Property Value
Description
DisplayName Order
Format None
IsValidForForm True
IsValidForRead True
LogicalName msdyn_order
MaxValue 500
MinValue 0
RequiredLevel None
Type Integer

msdyn_publishername

Property Value
Description
DisplayName Publisher Name
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName msdyn_publishername
MaxLength 100
RequiredLevel None
Type String

msdyn_solutioncomponentname

Property Value
Description
DisplayName Solution Component Name
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName msdyn_solutioncomponentname
MaxLength 100
RequiredLevel None
Type String

msdyn_solutionname

Property Value
Description
DisplayName Solution Name
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName msdyn_solutionname
MaxLength 100
RequiredLevel None
Type String

See also

Dataverse table/entity reference
Web API Reference
msdyn_componentlayer EntityType