Versions Compared

Key

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

Insert excerptVeson IMOS Platform DocumentationVeson IMOS Platform DocumentationnopaneltrueHome > Analytics > Audit Trail Report

...

About the Audit Trail

The Audit Trail is a history of the actions related to most actions performed on the platformVeson IMOS Platform (VIP). It is useful for tracking changes made in the system or looking for past data that has have been updated.

You can access the Audit Trail in VIP by creating an Audit Trail report in the Report Designer. You may also click to download the following Audit Trail base report definition as a starting point of reference:

...

  1. Always start by filtering the report down using as much known information as possible.

    • Update Time GMT: If you know

    when
    • the time or

    a
    • period when an action occurred

    • Type or Table Name: If you know which specific Audit Trail table the action affects

    . This
    • ; this is usually followed up by a Column Name filter to further refine the search

    .
    • Imos User Name: If you know which user made the change

  2. Filter the report by the Insert, Update,and Delete action types.

    • Insert: When new data

    is
    • are created/entered into the system

    • Update: When existing data

    is
    • are updated/replaced with new data and saved

    • Delete: When existing data forms are deleted using a delete action
      Note: Changing a field containing data to an empty field is considered an update and not a delete action.

  3. Filter using Old and New Values to find specific records.

  4. Use Transaction No to search for all changes made in a single transaction/action.

    • A transaction in the Audit Trail refers to an action made by a user such as saving/deleting a form.

    • Sometimes a single action can result in updates to multiple locations. Grouping Audit Trail records by the Transaction No will show you all the changes effected in a single action.

  5. Use Item ID to perform searches on specific items.

    • The Item ID groups fields of a single item together so that you can trace the Audit Trail of changes made to an item. Each item is a representation of a single record in a database table. Some examples include Vessels, Cargos, records in Account Periods, etc.

Example Scenario

In the event whereby an auditor may request for a company to show proof of when Account Periods were closed, you can use the Audit Trail for such verification.

  1. Start by filtering Type down to Account Periods. Note that the table name is actcateg.

  2. Open months are represented by a set of binary values according to the sequence displayed in the Account Periods selection.

    Example:
    0 = not selected

    1 = selected

    000000000001 = month(s) MAR is selected

    100000000110 = month(s) APR, JAN, FEB are selected

  3. You can determine when the open months are closed by comparing the Old and New Values under the accruals Column Name.

To further refine the above example, you can filter the Audit Trail report using Item ID, which will help narrow down the search to a specific record in the Account Periods table.

Example:
”I would like to know all changes made to the 2020 account period.”

...