msdyn_componentlayerdatasource 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_componentlayerdatasources See Create |
CreateRequest or Create |
| Delete | DELETE [org URI]/api/data/v9.0/msdyn_componentlayerdatasources(msdyn_componentlayerdatasourceid) See Delete |
DeleteRequest or Delete |
| Retrieve | GET [org URI]/api/data/v9.0/msdyn_componentlayerdatasources(msdyn_componentlayerdatasourceid) See Retrieve |
RetrieveRequest or Retrieve |
| RetrieveEntityChanges | RetrieveEntityChangesRequest | |
| RetrieveMultiple | GET [org URI]/api/data/v9.0/msdyn_componentlayerdatasources See Query Data |
RetrieveMultipleRequest or RetrieveMultiple |
| Update | PATCH [org URI]/api/data/v9.0/msdyn_componentlayerdatasources(msdyn_componentlayerdatasourceid) See Update |
UpdateRequest or Update |
Properties
| Property | Value |
|---|---|
| CollectionSchemaName | msdyn_componentlayerdatasources |
| DisplayCollectionName | Component Layer Data Sources |
| DisplayName | Component Layer Data Source |
| EntitySetName | msdyn_componentlayerdatasources |
| IsBPFEntity | False |
| LogicalCollectionName | msdyn_componentlayerdatasources |
| LogicalName | msdyn_componentlayerdatasource |
| OwnershipType | OrganizationOwned |
| PrimaryIdAttribute | msdyn_componentlayerdatasourceid |
| PrimaryNameAttribute | msdyn_name |
| SchemaName | msdyn_componentlayerdatasource |
Writable columns/attributes
These columns/attributes return true for either IsValidForCreate or IsValidForUpdate (usually both). Listed by SchemaName.
msdyn_componentlayerdatasourceId
| Property | Value |
|---|---|
| Description | Unique identifier for entity instances |
| DisplayName | Component Layer Data Source |
| IsValidForForm | False |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | msdyn_componentlayerdatasourceid |
| RequiredLevel | SystemRequired |
| Type | Uniqueidentifier |
msdyn_name
| Property | Value |
|---|---|
| Description | |
| DisplayName | Name |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | msdyn_name |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
See also
About the table reference
Web API Reference
msdyn_componentlayerdatasource EntityType