Share via


SpecTrans::exist Method

Determines whether the specified record in the SpecTrans table exists.

Syntax

client server public static boolean exist(
    CompanyId _specCompany, 
    TableId _specTableId, 
    RefRecId _specRecId, 
    CompanyId _refCompany, 
    TableId _refTableId, 
    RefRecId _refRecId)

Run On

Called

Parameters

Return Value

Type: boolean
true if the specified record exists; otherwise, false.

See Also

Reference

SpecTrans Table