Migration notes 3.1.0-alpha

This page explains the changes required to migrate to the stated version of the Sign-Off Module.

Migrate to 3.1.0-alpha

Upgrading from version 3.0.0

The Sign-Off Module is using ActivePivot 5.9.6 and ActiveUI 4.3.13.

For new features and fixes included in these releases, please see the ActiveUI documentation and ActiveUI Migration Notes, and the release notes for ActivePivot.

Databases

Added

In the Application database
Table Details
ADJUSTMENTDEFINITION Contains records of adjustment definitions
ADJUSTMENTEXECUTION Contains records of adjustment executions

In the Audit log database

Table Details
ADJUSTMENTDEFINITIONENTITY Contains audit records of adjustment definitions

Modified

Modification Table Column Type Description
Deleted ADJUSTMENTREQUESTENTITY ACTION
Deleted ADJUSTMENTREQUESTENTITY ADJUSTMENTKEY
Added ADJUSTMENTREQUESTENTITY DEFINITIONID VARCHAR The definition ID of the associated adjustment definition
Added ADJUSTMENTREQUESTENTITY EXECUTIONID VARCHAR The definition ID of the associated adjustment definition
Added ADJUSTMENTREQUESTENTITY TASK VARCHAR The name of the associated sign-off process definition
Added ADJUSTMENTREQUESTENTITY TASKID VARCHAR The ID of the associated sign-off process instance

Datastores

Added stores

Store Details
AdjustmentsDefinition Caches database data for adjustment definitions
AdjustmentsExecution Caches database data for adjustment executions

Cubes

Added cubes

Cube Details
AdjustmentsDefinition Allows UI to retrieve data for adjustment definitions
AdjustmentsExecution Allows UI to retrieve data for adjustment executions

Services

The SignOffAdjustmentExecutionService class that handles the execution of adjustments has been updated to handle adjustments persisence, exection and auditing.

The SignOffAdjustmentStatusRestService has been changed and now provides the list of adjustments for a process instance ID with their latest status, as well as the audit trail of each individual adjustment execution.

See Sign-Off Module 3.1.0-alpha Release Notes.