HcmPosition::isIncompleteActionExists Method
Indicates whether incomplete actions exist for a specified HcmPosition record.
Syntax
client server public static boolean isIncompleteActionExists(HcmPositionRecId _recId, [HcmActionStateRecId _actionStateRecId])
Run On
Called
Parameters
- _recId
Type: HcmPositionRecId Extended Data Type
The record ID of the HcmPosition record to check for incomplete actions.
- _actionStateRecId
Type: HcmActionStateRecId Extended Data Type
The record ID of a HcmActionState record.
Return Value
Type: boolean
true if the incomplete actions exist; otherwise, false.
Remarks
If a HcmActionState record is provided, this method will check if there are incomplete actions without the consideration of the HcmActionState record.