Skip to main content

Enhance the mpmX Data Model

There are several ways to attach more information to the log:

  • Use CaseID as Key: To add CaseContext Information like Supplier, Customer, Company, etc.

  • Use ActivityOriginID as Key: It is possible to connect Event related Information directly to the log.

    ⚠️ Warning: If you filter on this information, you will only see the filter-related events and not the whole process in the ProcessAnalyzer.

  • Use a link table: The link table will have:

    • a CaseID as a key to the log
    • an ActivityOriginID (as OriginID) as a second field that includes the event key (renamed, so that it is not connected to the log with the event key).

    The event key is used to link all the tables with the event related information (often: document tables for invoice, PO, BANF events, etc.).

    Advantage: you can filter on event related information and get the “whole” regarding processes.

A complete mpmX data model, enhanced
A complete mpmX data model, enhanced