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 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.