RDeferralsBookAmount::validateTotalAmount Method
Calculates and compares total writing off amount with deferrals amount.
Syntax
server public static boolean validateTotalAmount(RDeferralsId _deferralsId, RDeferralsBookId _deferralsBookId)
Run On
Server
Parameters
- _deferralsId
Type: RDeferralsId Extended Data Type
The deferrals ID of the RDeferralsTable record.
- _deferralsBookId
Type: RDeferralsBookId Extended Data Type
The deferrals book ID of the RDeferralsBookTable record.
Return Value
Type: boolean
true if the total amount more than the amount of the deferrals; otherwise, false.