Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The individual databases have to be configured in the application-dbs.yml configuration file. The supported database providers are listed in the yuuvis® Momentum Requirements article.

General Description

...

ColumnDescriptionData Type (max. length)
objectidIdentifies the audit entry.bigint; primarykey
referredobjectidIdentifies the object for which the entry was written.
Corresponds to the general object property system:objectId.
varchar(36)
creationdate

Unique date and time of the audit entry creation to ensure traceability.

timestamptz
createdbyID of the user who requested the action for which the audit entry is created.varchar(256)
tenantIdentifies the tenant the user specified in createdby belongs to.
Corresponds to the options property tenant.
varchar(256)
actionThree digit long history code indicating how the object was imported, deleted, updated, or retrieved.
>> Audit Trail - an "Object's History"
int
traceidUnique ID to ensure traceability.varchar(64)
detailDescription of the history code.varchar(256)
versionnumberThe number of the object version to be requested.int; required
subaction
int

...