SolutionHistoryData table/entity reference

Note

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

solution history data

Messages

Message Web API Operation SDK Assembly
RetrieveMultiple GET [org URI]/api/data/v9.0/solutionhistories
See Query Data
RetrieveMultipleRequest or
RetrieveMultiple

Properties

Property Value
CollectionSchemaName SolutionHistoryDatas
DisplayCollectionName SolutionHistoryDatas
DisplayName SolutionHistoryData
EntitySetName solutionhistories
IsBPFEntity False
LogicalCollectionName solutionhistorydatas
LogicalName solutionhistorydata
OwnershipType None
PrimaryIdAttribute solutionhistorydataid
PrimaryNameAttribute
SchemaName SolutionHistoryData

Writable columns/attributes

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

ActivityId

Property Value
Description The Activity Id.
DisplayName The Activity Id
IsValidForForm True
IsValidForRead True
LogicalName activityid
RequiredLevel None
Type Uniqueidentifier

CorrelationId

Property Value
Description The Correlation Id.
DisplayName The Correlation Id
IsValidForForm True
IsValidForRead True
LogicalName correlationid
RequiredLevel None
Type Uniqueidentifier

EndTime

Property Value
DateTimeBehavior UserLocal
Description DateTime of the end of the solution event.
DisplayName End Time
Format DateAndTime
IsValidForForm True
IsValidForRead True
LogicalName endtime
RequiredLevel None
Type DateTime

ErrorCode

Property Value
Description The error code of the operation performed on the solution.
DisplayName ErrorCode
Format None
IsValidForForm False
IsValidForRead True
LogicalName errorcode
MaxValue 2147483647
MinValue -2147483648
RequiredLevel None
Type Integer

ExceptionMessage

Property Value
Description The Exception Message.
DisplayName ExceptionMessage
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName exceptionmessage
MaxLength 1073741823
RequiredLevel None
Type String

ExceptionStack

Property Value
Description The Exception Stack.
DisplayName ExceptionStack
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName exceptionstack
MaxLength 1073741823
RequiredLevel None
Type String

IsManaged

Property Value
Description Is Solution Managed
DisplayName Is Solution Managed
IsValidForForm False
IsValidForRead True
LogicalName ismanaged
RequiredLevel SystemRequired
Type Boolean

IsManaged Choices/Options

Value Label Description
1 Yes
0 No

DefaultValue: False

IsMicrosoftPublisher

Property Value
Description Is the solution published by a Microsoft publisher.
DisplayName Is Published by Microsoft
IsValidForForm False
IsValidForRead True
LogicalName ismicrosoftpublisher
RequiredLevel None
Type Boolean

IsMicrosoftPublisher Choices/Options

Value Label Description
1 Yes
0 No

DefaultValue: False

IsOverwriteCustomizations

Property Value
Description Does the event overwrite customizations.
DisplayName Is Overwrite Customizations
IsValidForForm False
IsValidForRead True
LogicalName isoverwritecustomizations
RequiredLevel SystemRequired
Type Boolean

IsOverwriteCustomizations Choices/Options

Value Label Description
1 Yes
0 No

DefaultValue: False

IsPatch

Property Value
Description Is Solution Patch
DisplayName Is Solution Patch
IsValidForForm False
IsValidForRead True
LogicalName ispatch
RequiredLevel SystemRequired
Type Boolean

IsPatch Choices/Options

Value Label Description
1 Yes
0 No

DefaultValue: False

Operation

Property Value
Description The operation performed on the solution.
DisplayName Operation
IsValidForForm False
IsValidForRead True
LogicalName operation
RequiredLevel None
Type Picklist

Operation Choices/Options

Value Label Description
0 Import
1 Uninstall
2 Export

PackageName

Property Value
Description Name of the package.
DisplayName PackageName
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName packagename
MaxLength 200
RequiredLevel None
Type String

PackageVersion

Property Value
Description Version of the package.
DisplayName PackageVersion
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName packageversion
MaxLength 256
RequiredLevel None
Type String

PublisherName

Property Value
Description Name of the solution's publisher.
DisplayName PublisherName
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName publishername
MaxLength 512
RequiredLevel None
Type String

Result

Property Value
Description The result of the operation performed on the solution.
DisplayName Result
Format None
IsValidForForm False
IsValidForRead True
LogicalName result
MaxValue 1
MinValue 0
RequiredLevel None
Type Integer

SolutionHistoryDataId

Property Value
Description Unique identifier for entity instances
DisplayName SolutionHistoryDataId
IsValidForForm False
IsValidForRead True
IsValidForUpdate False
LogicalName solutionhistorydataid
RequiredLevel SystemRequired
Type Uniqueidentifier

SolutionId

Property Value
Description The Solution.
DisplayName The Solution
IsValidForForm True
IsValidForRead True
LogicalName solutionid
RequiredLevel None
Type Uniqueidentifier

SolutionName

Property Value
Description Name of the solution.
DisplayName SolutionName
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName solutionname
MaxLength 65
RequiredLevel None
Type String

SolutionVersion

Property Value
Description The Version of the Solution.
DisplayName SolutionVersion
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName solutionversion
MaxLength 256
RequiredLevel None
Type String

StartTime

Property Value
DateTimeBehavior UserLocal
Description DateTime of the start of the solution event.
DisplayName Start Time
Format DateAndTime
IsValidForForm True
IsValidForRead True
IsValidForUpdate False
LogicalName starttime
RequiredLevel SystemRequired
Type DateTime

Status

Property Value
Description The status of the operation performed on the solution.
DisplayName Status
IsValidForForm False
IsValidForRead True
LogicalName status
RequiredLevel SystemRequired
Type Picklist

Status Choices/Options

Value Label Description
0 Start
1 End

SubOperation

Property Value
Description The suboperation performed on the solution.
DisplayName SubOperation
IsValidForForm False
IsValidForRead True
LogicalName suboperation
RequiredLevel None
Type Picklist

SubOperation Choices/Options

Value Label Description
0 None
1 New
2 Upgrade
3 Update
4 Delete

See also

About the table reference
Web API Reference
solutionhistorydata EntityType