Share via


WrkCtrScheduler.writeJobCapacityReservations Method [AX 2012]

Writes the capacity reservations for one job to the database.

Syntax

protected void writeJobCapacityReservations(
    WrkCtrParmSchedule _wrkCtrParmSchedule, 
    RecId _jobId, 
    WrkCtrId _resourceId, 
    container _reservationProperties, 
    container _capacityReservations)

Run On

Server

Parameters

  • _wrkCtrParmSchedule
    Type: WrkCtrParmSchedule Class
    A WrkCtrParmSchedule instance that contains all of the scheduling options for the order being scheduled.
  • _jobId
    Type: RecId Extended Data Type
    A RecId field that identifies the job for which the data is written back to the database.
  • _reservationProperties
    Type: container
    A Container value with the reservation properties for the job.
  • _capacityReservations
    Type: container
    A Container value with the capacity reservations for the scheduled job.

See Also

Reference

WrkCtrScheduler Class