Finalization Logging
- Last UpdatedSep 27, 2023
- 1 minute read
You can view logging information for the Finalization feature in SQL Server Management Studio in the InventoryFinalization table.

The Finalization log contains details of the project settings at the time of finalization, such as whether Finalize with Debt or Negative lots was enabled or not, EarliestChangeDateTime and other details, including:
{"LastReprocessedDateTime":"2022-01-08T15:22:46.4632513Z","EarliestChangeDateTime":null,"IsFinalizedWithDebtOrNegativeLot":true,"IsMM2PIgnored":false,"LotDetails":null}
|
Field |
Description |
|---|---|
|
LastReprocessedDateTime |
The date and time of last reprocessing. |
|
EarliestChangeDateTime |
The date and time of earliest change. |
|
IsFinalizedWithDebtOrNegativeLot |
Contains debt and negative lots. |
|
Is MM2P ignored |
Is Match Movements to Planning MM2P ignored. |
|
LotDetails |
Lots details for Debt and Negative lots. |