CustInvoiceJour::findFromSourceDocumentHeader Method
Finds a CustInvoiceJour record by source document header record Id.
Syntax
client server public static CustInvoiceJour findFromSourceDocumentHeader(
SourceDocumentHeaderRecId _sourceDocumentHeaderRecId,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _sourceDocumentHeaderRecId
Type: SourceDocumentHeaderRecId Extended Data Type
A source document header record id.
- _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: CustInvoiceJour Table
A CustInvoiceJour record.