Share via


WrkCtrScheduler.insertOverlapLinks Method [AX 2012]

Inserts the links that are generated by the overlap jobs.

Syntax

protected void insertOverlapLinks(
    WrkCtrParmSchedule _wrkCtrParmSchedule, 
    Map _overlapSuccessorJobs, 
    Map _operationTransferBatchToProcessTimeRatios)

Run On

Server

Parameters

  • _wrkCtrParmSchedule
    Type: WrkCtrParmSchedule Class
    An instance of the WrkCtrParmSchedule class that contains the schedule parameters for the scheduled order.
  • _overlapSuccessorJobs
    Type: Map Class
    A Map from operation to list of its jobs.
    Key = this.KeyRoute (RefId, OprNum, OprPriority); Value = List (Types::Int64)
  • _operationTransferBatchToProcessTimeRati
    Type: Map Class

Remarks

The links that are generated because of the existence of any overlap jobs are between the process job of the current operation and the process job of the next operation.

See Also

Reference

WrkCtrScheduler Class