dataverse_list_solution_histories
List solution history records to track import, upgrade, and export operations. Filter by solution and distinguish updates from upgrades with deletion.
Instructions
List solution history records from msdyn_solutionhistories.
Tracks import, upgrade, and export operations on solutions. Optionally filter by solution_id or solution_unique_name (mutually exclusive). solution_id is resolved to the solution unique name first, then used to filter history records via msdyn_name. Omit both to list all.
The msdyn_suboperation field distinguishes operation sub-types:
3: Import/Update (in-place overlay; obsolete components are NOT deleted)
5: Upgrade-with-deletion (DeleteComponents phase; obsolete components ARE deleted)
Use msdyn_suboperation to determine whether a history record represents a standard update or a true upgrade with component deletion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |