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