PurchCORPolicyTable::find Method
Finds a record from the PurchCORPolicyTable table using the record ID.
Syntax
client server public static PurchCORPolicyTable find(RecId _recId, [boolean _update])
Run On
Called
Parameters
- _recId
Type: RecId Extended Data Type
The unique identifier for which to search.
- _update
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: PurchCORPolicyTable Table
A record from the PurchCORPolicyTable table.