This is a time-triggered transaction which works on “Load pipeline”.
This time-triggered transaction gets records from the Task Q. This transaction is used to mark the load as trailer loaded when all containers for the load are on the trailer.
The following are the attributes for this time-triggered transaction:
Attribute | Value |
---|---|
Base Transaction ID | MARK_AS_TRAILER_LOADED |
Base Document Type | Load |
Base Process Type | Load Execution |
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. |
ReprocessInterval | Optional. Reprocess Interval is the time taken to reprocess the load. |
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 |
---|---|
NumLoadsChanged | Number of trailer loads changed. |
For this transaction the pending job count is the number of records available to be processed by the transaction with the AVAILABLE_DATE value less than or equal to (<=) the current date value in the YFS_Task_Q table.
None.