Documentation
Documentation
  • Themes
    • Themes
    • Default
    • Bootswatch Themes
    • Slate
  • Table of Contents
    • Table of Contents

  1. You are here
  2. Home
  3. docs
  4. Case Study
  5. Configuration of the Library Application
  6. Business Rules
  7. Payment Object

Sidebar
  • Quick Tour
  • Installation Guide
  • Getting Started
  • Aware IM Concepts
  • Configuring Applications
  • Rule Language
  • Actions And Functions
  • Mobile Applications
  • How To...
  • Programmer's Reference
  • AI Integration
  • Videos
  • Case Study
    • Configuration of the Library Application
      • Business Objects and Relationships
      • Business Rules
        • Item Object
        • Member Object
        • Loan Object
        • Reservation Object
        • Payment Object
      • Operations
      • Fine-tuning the Application
      • Implementing Other Requirements
      • Testing the Application
      • Operating the final system
    • Introduction
    • Versions of the Library Application
    • Library Application
  • Glossary
  • Appendices
  • Changelog
  • Introduction
  • Send via e-Mail
  • Print
  • Permalink

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):

IF Payment.Amount > Payment.Member.OutstandingCharges THEN
   REPORT ERROR 'Payment amount cannot exceed outstanding charges.' 
  • Last modified: 2022/09/13 18:15
Log In