SpecTrans::checkExist Method
Determines whether the specified record in the SpecTrans table exists and displays an error if it does not exist.
Syntax
client server public static boolean checkExist(
CompanyId _specCompany,
TableId _specTableId,
RefRecId _specRecId,
CompanyId _refCompany,
TableId _refTableId,
RefRecId _refRecId)
Run On
Called
Parameters
- _specCompany
Type: CompanyId Extended Data Type
The spec company of the SpecTrans record to find.
- _specTableId
Type: TableId Extended Data Type
The spec table ID of the SpecTrans record to find.
- _specRecId
Type: RefRecId Extended Data Type
The spec record ID of the SpecTrans record to find.
- _refCompany
Type: CompanyId Extended Data Type
The reference company of the SpecTrans record to find.
- _refTableId
Type: TableId Extended Data Type
The reference table ID of the SpecTrans record to find.
- _refRecId
Type: RefRecId Extended Data Type
The reference record ID of the SpecTrans record to find.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.