This time-triggered transaction captures the productivity information for all the tasks done within the Sterling Warehouse Management System Task Management framework. This information is extracted and consolidated per user. The time-triggered transaction runs at some scheduled intervals, for example as a end-of-day process.
Every individual task in the Sterling Warehouse Management System captures its start and end time automatically. The time-triggered transaction checks all completed tasks, that have not been mined so far, collecting productivity metrics based on productivity references relevant for that productivity type.
The following are the attributes for this time-triggered transaction:
Attribute | Value |
---|---|
Base Transaction ID | MINE_PRODUCTIVITY |
Base Document Type | General |
Base Process Type | General |
Abstract Transaction | No |
APIs Called | None |
User Exits Called | None |
The following are the criteria parameters for this transaction:
Parameter | Description |
---|---|
Action | Required. Triggers the transaction. If left blank, it defaults to Get, the only valid value. |
Number of Records To Buffer | Optional. Number of records to retrieve and process at one time. If left blank or specified as 0 (zero), it defaults to 5000. |
Organization Code | Optional. Organization for which the Mine Productivity needs to be run. If not passed, then all organizations are monitored. |
EnterpriseCode | Optional. Enterprise for which the Mine Productivity needs to be run. If not passed, then all enterprises are monitored. |
ProductivityType | Optional. Productivity Type for which the Mine Productivity needs to be run. If not passed, then all productivity types are monitored. |
UserId | Optional. User for whom the Mine Productivity needs to be run. If not passed, then all users are monitored. |
ColonyID | Required in a multischema deployment where a table may exist in multiple schemas. Runs the agent for the colony. |
The following statistics are tracked for this transaction:
Statistic Name | Description |
---|---|
NumTasksMined | Number of tasks mined. |
For this transaction the pending job count is the number of tasks for which productivity is not stamped.
None.