Supressing message when credit limit exceeded
In Jiwa 6.5.13, there was a rtnSuppressMessages when in the SalesOrderCreditLimitExceeded breakout.
Setting it to rtnSupressMessages = True would prevent Jiwa from displaying the default message when a debtor was beyond their credit limit.
How can we do the same in a Jiwa 7 plugin?
Basically, although the debtor has a credit limit I don't need Jiwa to check for it. I plan on doing my own credit check on the salesOrderForm.SalesOrder.SaveEnding event.
Cheers
Danny
Setting it to rtnSupressMessages = True would prevent Jiwa from displaying the default message when a debtor was beyond their credit limit.
How can we do the same in a Jiwa 7 plugin?
Basically, although the debtor has a credit limit I don't need Jiwa to check for it. I plan on doing my own credit check on the salesOrderForm.SalesOrder.SaveEnding event.
Cheers
Danny