MCRCustPaymTable.updatePostedAmount Method
Adds the passed amount to the current amount.
Syntax
public boolean updatePostedAmount(AmountCur _postedAmount)
Run On
Called
Parameters
- _postedAmount
Type: AmountCur Extended Data Type
The passed amount that gets added to the current amount.
Return Value
Type: boolean
true if the posted amount was update; otherwise, false.