Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Finds the specified record in the VendTrans_W table.
Syntax
client server public static VendTrans_W findByVendTrans(
RefRecId _vendTransRecId,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _vendTransRecId
Type: RefRecId Extended Data Type
The record ID of the VendTrans record to be used to find matching VendTrans_W record.
- _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 reading the record; optional.
Return Value
Type: VendTrans_W Table
The matching record in the VendTrans_W table; otherwise, an empty record.
Remarks
Finds the specified record in the VendTrans_W table.