VendExceptionGroup::findByVendGroup Method
Finds the specified record in the VendExceptionGroup table for the given VendExceptionGroupId value.
Syntax
client server public static VendExceptionGroup findByVendGroup(
VendInvoiceExceptionGroup _vendExceptionGroupId,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _vendExceptionGroupId
Type: VendInvoiceExceptionGroup Extended Data Type
The ID of the VendExceptionGrouprecord to find.
- _forupdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model option that will be used used when it reads the record; optional.
Return Value
Type: VendExceptionGroup Table
A record of the VendExceptionGroup table if found; otherwise, an empty record.