Share via


VendTrans_W::findByVendTrans Method

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.

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.

See Also

Reference

VendTrans_W Table