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.
Determines whether the percentage allocation lies between 0% and 100% for the payment disbursement such that 0% is not allowed but 100% is allowed.
Syntax
client server public static boolean checkPercentageAllocation(VendInvoiceInfoTable _vendInvoiceInfoTable)
Run On
Called
Parameters
- _vendInvoiceInfoTable
Type: VendInvoiceInfoTable Table
The selected table record.
Return Value
Type: boolean
true if the percentage allocation lies between 0% and 100% such that 0% is not allowed but 100% is allowed.
Otherwise, false.