Integration with Infor Data Catalog
M3 Graphical Lot Tracker provides three schemas in . There are GLT_Trace, GLT_TTraceStep, and GLT_TTraceRelation.
In each schema definition, there is a VariationNumber column. This column is stamped with current date+time when created. If a row is updated in Infor Data Lake, the highest value in VariationNumber contains the latest update.
In GLT_Trace and GLT_TTraceRelation, there is a Removed column that is used for marking a row as deleted.
The schema GLT_Trace contains information about a Trace object in M3 Graphical Lot Tracker.
The GLT_TTraceStep schema provides a connection between a Trace object and a generated GUID.
The GLT_TTraceRelation schema describes the relationship between two GLT_Trace objects using the generated GUID's in GLT_TTraceStep.