VendInvoiceInfoLine::existActiveNotSaved Method
Checks if there are invoice lines in the VendInvoiceInfoLine table that matches specified criteria that do not correspond to draft invoice lines saved in the VendInvoiceInfoLinetable.
Syntax
client server public static boolean existActiveNotSaved(ParmId _parmId, TradeInventTransId _inventTransId)
Run On
Called
Parameters
- _parmId
Type: ParmId Extended Data Type
The paremeter ID of the records to search for in the VendInvoiceInfoLine table.
- _inventTransId
Type: TradeInventTransId Extended Data Type
The inventory transaction ID of the records to search for in the VendInvoiceInfoLine table.
Return Value
Type: boolean
true if any lines are found in the VendInvoiceInfoLine table that match specified criteria; otherwise, false.