Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. [<10>] ====== Payment Object ====== We will add a validation rule that checks that payment amount does not exceed outstanding charges of a member (Payment amount validation rule): <code aim>IF Payment.Amount > Payment.Member.OutstandingCharges THEN REPORT ERROR 'Payment amount cannot exceed outstanding charges.' </code> Log In