VendPaymSched::findRecId Method
Finds a VendPaymSched record by its record ID.
Syntax
client server public static VendPaymSched findRecId(RecId _recId, [boolean _forupdate])
Run On
Called
Parameters
- _recId
Type: RecId Extended Data Type
The record ID to find.
- _forupdate
Type: boolean
Boolean value indicating whether to select for update; optional.
Return Value
Type: VendPaymSched Table
A VendPaymSched record.