Share via


WrkCtrScheduler_Req.initCapacityReservationData Method [AX 2012]

Fill the capacity reservation record with the appropriate scheduler data.

Syntax

protected void initCapacityReservationData(
    WrkCtrParmSchedule _wrkCtrParmSchedule, 
    WrkCtrCapRes _wrkCtrCapRes, 
    RecId _jobId)

Run On

Server

Parameters

  • _wrkCtrParmSchedule
    Type: WrkCtrParmSchedule Class
    A WrkCtrParmSchedule object that contains the order scheduling parameters.
  • _wrkCtrCapRes
    Type: WrkCtrCapRes Table
    A WrkCtrCapRes record that identifies the capacity reservation.

See Also

Reference

WrkCtrScheduler_Req Class