WHSWorkTemplateGroup::isGroupedBy Method
Determines if a work template is being grouped by the field specified.
Syntax
client server public static boolean isGroupedBy(
RefRecId _refRecId,
RefTableId _groupTableId,
RefFieldId _groupFieldId)
Run On
Called
Parameters
- _refRecId
Type: RefRecId Extended Data Type
RecId of the work template.
- _groupTableId
Type: RefTableId Extended Data Type
Table Id of the table which holds the field being checked.
- _groupFieldId
Type: RefFieldId Extended Data Type
The field Id being checked.
Return Value
Type: boolean
true if the work template is being grouped on the field specified; otherwise, false.