Overview

The Solution History page catalogs editing events such as tag or plugin imports, and build or publish commands for a solution. It allows users to perform actions based on selected events, such as opening solution backups, updating plugins, and more. The page is organized into sections for History Events Commands, Properties References, and specific actions, including updating historical records, viewing or rolling back builds, and managing plugin statuses. This setup provides users with precise control over their solution's development and maintenance.

On this page:


History Events Commands

The History Events commands includes options to update or delete historical records. Build Actions offer functionalities to open and view build details, or to rollback to a previous build. Plugin Actions contain actions to update plugins, remove their read-only status, or unlock them for further modifications.


Solution History Table Columns

Check out Working with DataGrid for general information about interaction with DataGrid. 

Property

Description

ID

Identifies each event or entry uniquely in the solution's history.

VersionID

Specifies the version of the solution associated with the event.

EventSource

Indicates what triggered the event, like a user action or system process.

SourceName

Names the source (module or component) responsible for the event.

SourceSettings

Describes the source's configuration settings or parameters at the event time.

PluginVersion

Shows the version of the plugin involved in the event.

VersionString

Represents the version details, including build number or revision, as a string.

ReadOnly

Flags the item as read-only, preventing modifications.

HasUpdate

Signals if an update is available for the item.

Locked

Locks the item for editing or use, due to security or workflow reasons.

Preview

Provides a summary or preview of the event or changes.

TargetModel

Identifies the specific model or part of the solution affected by the event.

ProductVersion

Records the product or solution's overall version at the event time.

Build

Details the build process associated with the event.

BuildErrors

Lists any errors encountered during the event's build process.

UserID

Identifies the user who initiated or is associated with the event.

Username

Records the username of the individual associated with the event.

HasBackup

Indicates the existence of a backup for this specific event or solution state.

DateModified

Records the date and time of the event's last modification.

DateCreated

Records the date and time of the event's creation.


In this section:

  • No labels