msdyn_solutioncomponentdatasource table/entity reference

Note

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

Added by: Microsoft Dynamics 365 Settings APIs Solution

Messages

Message Web API Operation SDK Assembly
Create POST [org URI]/api/data/v9.0/msdyn_solutioncomponentdatasources
See Create
CreateRequest or
Create
Delete DELETE [org URI]/api/data/v9.0/msdyn_solutioncomponentdatasources(msdyn_solutioncomponentdatasourceid)
See Delete
DeleteRequest or
Delete
Retrieve GET [org URI]/api/data/v9.0/msdyn_solutioncomponentdatasources(msdyn_solutioncomponentdatasourceid)
See Retrieve
RetrieveRequest or
Retrieve
RetrieveEntityChanges RetrieveEntityChangesRequest
RetrieveMultiple GET [org URI]/api/data/v9.0/msdyn_solutioncomponentdatasources
See Query Data
RetrieveMultipleRequest or
RetrieveMultiple
Update PATCH [org URI]/api/data/v9.0/msdyn_solutioncomponentdatasources(msdyn_solutioncomponentdatasourceid)
See Update
UpdateRequest or
Update

Properties

Property Value
CollectionSchemaName msdyn_solutioncomponentdatasources
DisplayCollectionName Solution Component Data Sources
DisplayName Solution Component Data Source
EntitySetName msdyn_solutioncomponentdatasources
IsBPFEntity False
LogicalCollectionName msdyn_solutioncomponentdatasources
LogicalName msdyn_solutioncomponentdatasource
OwnershipType OrganizationOwned
PrimaryIdAttribute msdyn_solutioncomponentdatasourceid
PrimaryNameAttribute msdyn_name
SchemaName msdyn_solutioncomponentdatasource

Writable columns/attributes

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

msdyn_name

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

msdyn_solutioncomponentdatasourceId

Property Value
Description Unique identifier for entity instances
DisplayName Solution Component Data Source
IsValidForForm False
IsValidForRead True
IsValidForUpdate False
LogicalName msdyn_solutioncomponentdatasourceid
RequiredLevel SystemRequired
Type Uniqueidentifier

Read-only columns/attributes

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

OrganizationId

Property Value
Description Unique identifier for the organization
DisplayName Organization Id
IsValidForForm False
IsValidForRead True
LogicalName organizationid
RequiredLevel None
Type Uniqueidentifier

See also

About the table reference
Web API Reference
msdyn_solutioncomponentdatasource EntityType