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
- _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.
- _forupdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model option to use when the system reads the record; optional.
Return Value
Type: SpecTrans Table
A record from the SpecTrans table; otherwise, an empty record.