VendExceptionGroup::find Method
Finds the specified record in the VendExceptionGroup table for the given record ID.
Syntax
client server public static VendExceptionGroup find(
RecId _recId,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _recId
Type: RecId Extended Data Type
The record ID of the record to find.
- _forupdate
Type: boolean
A Boolean value that determines whether the record should be selected for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
A ConcurrencyModel value that specifies the locking scheme; optional.
Return Value
Type: VendExceptionGroup Table
A VendExceptionGroup table record if it exists; otherwise, an empty record.
Remarks
If the record does not exist, an empty VendExceptionGroup table record is returned.