The setting is listed in the Cycle Count Controller.
Stock Count Audit is used to log the steps of counting flows.
It uses the PMX_CCLH table for Log Heads and the PMX_CCLL table for Log Lines. PMX WMS logs into two tables: the header table contains location level information while the lines table stores stock line level information gathered during the cycle count. The detailed table structure can be found in the Database Structure.
The Log Head contains the Location, CycleCountKey and JobName columns as well.
{username}_yyyyMMdd_HHmmss_fff
.
The Log Line contains the details about the counted item.
Both tables contain a Status column, which represents the current state of the count.
The state transitions can be found in the State Diagram.
For summarizing the jobs, there is a sample view PMX_CYCLE_COUNT_JOB.
This can be customized without any restrictions as this is not used by Produmex WMS.
Temporary Limitations:
(These limitations will be addressed in future releases)