Creating the Business Object Model Objects
The structured data used by the application is defined using the Business Object Model as a composite class.
  
 
	 
		In Business Object Modeler, define a new class called 
		  Account with attributes:
		
		 
		  - name: mandatory; Text.
		  
 
 
		  - amount: mandatory; Decimal.
		  
 
 
		  - status: optional; Text.
		  
 
 
		
		
		
	  
 
   
Copyright © Cloud Software Group, Inc. All rights reserved.