Migration notes 1.1.0
Migrate to 1.1.0
Upgrading from version 1.0.0, see Sign-off API 1.1.0 Release Notes.
DTO changes
Changed
SupportedAdjustmentDTO:
NEW
| Field | Details | Usage |
|---|---|---|
| cube | Defines the cube for which the adjustment is supported. | In the UI, for filtering the display. In application executions. |
| isFactLevel | Determines whether or not the application is performed at the fact level. | In the UI, for filtering the display. |
CHANGED
| Field | Details |
|---|---|
| measures | Can now be null. |
AdjustmentRequestDTO:
CHANGED
| Field | Details |
|---|---|
| input | Changed from Set<Set<NamedValueDTO>> to Set<NamedValueDTO. |
SignOffProcessInstanceExportDTO:
NEW
| Field | Details | Usage |
|---|---|---|
| status | Status of the process instance to send to the application server | In the communication between the sign-off server and the application server. |