PurchCORRejectsTable::findTransId Method
Finds a record from the PurchCORRejectsTable table that is based on the InventTransId field.
Syntax
client server public static PurchCORRejectsTable findTransId(InventTransId _inventTransId, [boolean _forUpdate])
Run On
Called
Parameters
- _inventTransId
Type: InventTransId Extended Data Type
The identifier for which to search.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: PurchCORRejectsTable Table
A record from the PurchCORRejectsTable table.