MCRInstallmentPlanSalesTable::calculateDownPaymentPercent Method
Calcuates the percent of the down payment.
Syntax
client server public static Percent calculateDownPaymentPercent(AmountCur _salesOrderTotal, AmountCur _downPaymAmt)
Run On
Called
Parameters
- _salesOrderTotal
Type: AmountCur Extended Data Type
Sales order total.
- _downPaymAmt
Type: AmountCur Extended Data Type
The down payment amount requested for calculation.
Return Value
Type: Percent Extended Data Type
Calculated down payment percent.
Remarks
While settling partial invoices it is important to know if there was a down payment.