SpecTrans::existByRef Method
Determines whether the specified record in the SpecTrans table exists.
Syntax
client server public static boolean existByRef(
CompanyId _refCompany,
TableId _refTableId,
RefRecId _refRecId)
Run On
Called
Parameters
- _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.