VendPurchOrderJour::findByPurchId Method
Finds a VendPurchOrderJour record based on a purchase order ID.
Syntax
client server public static VendPurchOrderJour findByPurchId(PurchIdBase _purchId, [boolean _forUpdate])
Run On
Called
Parameters
- _purchId
Type: PurchIdBase Extended Data Type
The purchase order ID to use for looking up the VendPurchOrderJour record.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: VendPurchOrderJour Table
The VendPurchOrderJour record found.