Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Checks if the given invoice has one or more lines with goods.
Syntax
protected boolean invoiceHasLinesWithGoods_BR(VendInvoiceInfoTable _vendInvoiceInfoTable)
Run On
Called
Parameters
- _vendInvoiceInfoTable
Type: VendInvoiceInfoTable Table
The VendInvoiceInfoTable of the current invoice.
Return Value
Type: boolean
Whether the invoice has at least one line with goods (true) or only service items (false).