ReqCalcTaskController.pmfExistTaskGroupId Method [AX 2012]
Determines whether a task that has the given task group ID already exists.
Syntax
public boolean pmfExistTaskGroupId(BOMLevel _level, PmfReqTaskGroupId _taskGroupId)
Run On
Called
Parameters
- _level
Type: BOMLevel Extended Data Type
The task level.
- _taskGroupId
Type: PmfReqTaskGroupId Extended Data Type
The task group identifier.
Return Value
Type: boolean
true if the task already exists; otherwise, false.