Share via


ProdCapacityReservationsSplitDP.reservedSplitDetailIndividual Method [AX 2012]

Obtains the reserved hours information about an individual work center for a specified date and master plan.

Syntax

private container reservedSplitDetailIndividual(
    ReqPlanId _reqPlanId, 
    WrkCtrId _wrkCtrId, 
    date _date)

Run On

Server

Parameters

  • _date
    Type: date
    The date for which to obtain the information.

Return Value

Type: container
The reserved hours.

Remarks

This method is only applicable to work centers that have a value of one that is returned by the WrkCtrTable.IsIndividualResource method. The reserved hours are split into production, planned order, project, and project activity types.

See Also

Reference

ProdCapacityReservationsSplitDP Class