FiscalDocument_BR::findLastPostedFiscalDocumentForVendor Method
Finds the FiscalDocument_BR that was last posted for the specified Vendor Account.
Syntax
client server public static FiscalDocument_BR findLastPostedFiscalDocumentForVendor(
VendAccount _vendAccount,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _vendAccount
Type: VendAccount Extended Data Type
The Vendor Account for which we want to find the last posted FiscalDocument_BR record.
- _forupdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model option to use when reading the record; optional.
Return Value
Type: FiscalDocument_BR Table
A record in the FiscalDocument_BR table; otherwise, an empty record.