VendInvoiceTrans::existSourceDocumentLine Method
Determines whether the specified record in the VendInvoiceTrans table exist by using the specified SourceDocumentLine value.
Syntax
client server public static boolean existSourceDocumentLine(SourceDocumentLineRecId _sourceDocumentLineRecId)
Run On
Called
Parameters
- _sourceDocumentLineRecId
Type: SourceDocumentLineRecId Extended Data Type
The SourceDocumentLine record ID used to find the VendInvoiceTrans record.
Return Value
Type: boolean
true if there is any invoice posted for the specified SourceDocumentLine; otherwise, false.