Share via


WrkCtrScheduler.transferBatchTimeToProcessTimeRatio Method [AX 2012]

Determines the ratio between the time that is required to process one transferrable batch and the total time of the specified operation.

Syntax

protected real transferBatchTimeToProcessTimeRatio(RouteMap _operationReference, Common _order)

Run On

Server

Parameters

  • _operationReference
    Type: RouteMap Map
    A record that contains a reference to the operation for which to calculate the ratio.
  • _order
    Type: Common Table
    The order to which the operation belongs.

Return Value

Type: real
The ratio between the time that is required to process one transferrable batch and the total time of the specified operation; otherwise, 1.
If there is no transfer batch quantity on the specified operation, 1 is returned.

See Also

Reference

WrkCtrScheduler Class