SourceDocumentLine::findBySourceDocumentHeader Method

Finds the SourceDocumentLine records that are specified by a source document header and an optional parent source document line.

Syntax

client server public static SourceDocumentLine findBySourceDocumentHeader(
    SourceDocumentHeaderRecId _sourceDocumentHeader, 
   [SourceDocumentLineRecId _parentSourceDocumentLine, 
    boolean _forupdate, 
    ConcurrencyModel _concurrencyModel])

Run On

Called

Parameters

  • _forupdate
    Type: boolean
    A Boolean value that indicates whether to read the record for update; optional.

Return Value

Type: SourceDocumentLine Table
SourceDocumentLine records if found.

See Also

Reference

SourceDocumentLine Table