Share via


SpecTrans::find Method

Finds the specified record in the SpecTrans table.

Syntax

client server public static SpecTrans find(
    CompanyId _specCompany, 
    TableId _specTableId, 
    RefRecId _specRecId, 
    CompanyId _refCompany, 
    TableId _refTableId, 
    RefRecId _refRecId, 
   [boolean _forupdate, 
    ConcurrencyModel _concurrencyModel])

Run On

Called

Parameters

  • _forupdate
    Type: boolean
    A Boolean value that indicates whether to read the record for update; optional.

Return Value

Type: SpecTrans Table
A record from the SpecTrans table; otherwise, an empty record.

See Also

Reference

SpecTrans Table