TMSPurchTable::find Method
Finds the specified record in the TMSPurchTable table.
Syntax
client server public static TMSPurchTable find(PurchId _purchId, [boolean _forupdate])
Run On
Called
Parameters
- _purchId
Type: PurchId Extended Data Type
The purchase ID of purchase order to find.
- _forupdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: TMSPurchTable Table
A record in the TMSPurchTable table; otherwise, an empty record.