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 Assembly |
|---|---|---|
| Create | POST [org URI]/api/data/v9.0/msdyn_componentlayers See Create |
CreateRequest or Create |
| Delete | DELETE [org URI]/api/data/v9.0/msdyn_componentlayers(msdyn_componentlayerid) See Delete |
DeleteRequest or Delete |
| Retrieve | GET [org URI]/api/data/v9.0/msdyn_componentlayers(msdyn_componentlayerid) See Retrieve |
RetrieveRequest or Retrieve |
| RetrieveEntityChanges | RetrieveEntityChangesRequest | |
| RetrieveMultiple | GET [org URI]/api/data/v9.0/msdyn_componentlayers See Query Data |
RetrieveMultipleRequest or RetrieveMultiple |
| Update | PATCH [org URI]/api/data/v9.0/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
- msdyn_children
- msdyn_componentid
- msdyn_componentjson
- msdyn_componentlayerId
- msdyn_endtime
- msdyn_name
- msdyn_order
- msdyn_publishername
- msdyn_solutioncomponentname
- msdyn_solutionname
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
About the table reference
Web API Reference
msdyn_componentlayer EntityType