CustomsInvoiceRegnTrans_IN::checkIfQuantityConsumed Method
Checks if the total qty selected for invoiceRegistration is greater than PurchQty
Syntax
client server public static boolean checkIfQuantityConsumed(CustomsInvoiceRegnJournalLine_IN _customsInvoiceRegnJournalLine)
Run On
Called
Parameters
- _customsInvoiceRegnJournalLine
Type: CustomsInvoiceRegnJournalLine_IN Table
The CustomsInvoiceRegnJournalLine_IN table record to find quantity updated for InvoiceRegistration.
Return Value
Type: boolean
true if qty selected for invoiceRegistration is greater than PurchQty, otherwise false.