Share via


HcmNumberOfWorkersDP.fullTimeEquivalency Method [AX 2012]

Calculates the fullTimeEquivalency value of a department

Syntax

public real fullTimeEquivalency(
   [OMOperatingUnitRefRecId _departmentRecId, 
    boolean _countChildren, 
    utcdatetime _perDateTime])

Run On

Server

Parameters

  • _countChildren
    Type: boolean
    A Boolean value that specifies whether to include child departments in the equivalency total; optional.

Return Value

Type: real
A total of fullTimeEquivalency value of a department or department and its children; see remarks.

Remarks

Workers can be affiliated to multiple positions across multiple departments, but the intent of this method is to provide the total of full time equivalency.

See Also

Reference

HcmNumberOfWorkersDP Class