SuppItemGroup::checkExist Method
Indicates whether the specified record exists in the SuppItemGroup table and displays a message if the record does not exist.
Syntax
client server public static boolean checkExist(SuppItemModule _module, SuppItemGroupId _groupId)
Run On
Called
Parameters
- _module
Type: SuppItemModule Extended Data Type
The SuppItemModule value of the record for which to check.
- _groupId
Type: SuppItemGroupId Extended Data Type
The SuppItemGroupId value of the record for which to check.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.