msdyn_solutionhistorydatasource table/entity reference

Note

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

Added by: Microsoft Dynamics 365 Solution History APIs Solution

Messages

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

Properties

Property Value
CollectionSchemaName msdyn_solutionhistorydatasources
DisplayCollectionName Solution History Data Sources
DisplayName Solution History Data Source
EntitySetName msdyn_solutionhistorydatasources
IsBPFEntity False
LogicalCollectionName msdyn_solutionhistorydatasources
LogicalName msdyn_solutionhistorydatasource
OwnershipType OrganizationOwned
PrimaryIdAttribute msdyn_solutionhistorydatasourceid
PrimaryNameAttribute msdyn_name
SchemaName msdyn_solutionhistorydatasource

Writable columns/attributes

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

msdyn_name

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

msdyn_solutionhistorydatasourceId

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

See also

About the table reference
Web API Reference
msdyn_solutionhistorydatasource EntityType