Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt

Use this file to discover all available pages before exploring further.

Table name: AdjustmentsDefinition
ColumnKeyTypeDescription
definitionIdYstringThe definition ID
typestringThe type of adjustment
taskstringThe task name associated to the adjustment
liveFromzonedDateTimeThe beginning of live range for the object version.
liveTozonedDateTimeThe end of live range for object version (null if range has no end).
validFromlocalDateBeginning date (inclusive) for which this definition object applies.
validTolocalDateEnding date (exclusive) for which this definition object applies (may be null).
commentstringThe comment associated to the definition of the adjustment
reasonstringThe reason defined for the adjustment
filtersstringThe filters defined for the adjustment
measuresstringThe measures defined for the adjustment
inputstringThe input defined for the adjustment
userstringThe ID of the user who created the adjustment
serverNamestringThe name of the application server to which the process definition is related. Used to generate the URLs for calls to RESTful services in the application server.
The adjustments definitions are “bi-temporal”; meaning they have two time dimensions.
  • live range determines which version of the object is live.
  • valid range describes which as-of date the definition applies to.
When creating adjustments instances, the as-of date for the adjustment definition must lie inside the valid range of the adjustment definition.