Share via


OMOperatingUnit::numberOfVacantPositions Method

Calculates the total number of positions that do not have workers assigned to them.

Syntax

server public static HRMNumberOfVacantPositions numberOfVacantPositions(
   [boolean _countChildren, 
    OMDepartmentRecId _departmentRecId, 
    utcdatetime _perDate])

Run On

Server

Parameters

  • _countChildren
    Type: boolean
    A Boolean value that specifies whether to include child departments in the vacancy total; optional.
  • _perDate
    Type: utcdatetime
    An as-of utcdatetime value to base date range selections upon.

Return Value

Type: HRMNumberOfVacantPositions Extended Data Type
The count of the total number of positions that do not have workers assigned to them.

Remarks

An unspecified _perDate parameter will use the current system utcdatetime value.

See Also

Reference

OMOperatingUnit Table