Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
6000_case_study:0400_configuration:0700_operations:1200_reserve_item [2022/08/21 22:48] – ↷ Links adapted because of a move operation administrator6000_case_study:0400_configuration:0700_operations:1200_reserve_item [2026/08/13 00:55] (current) – ↷ Links adapted because of a move operation localdev
Line 10: Line 10:
  
 <code aim>PICK FROM Item <code aim>PICK FROM Item
-CREATE Reservation WITH Reservation.Item=Item, Reservation.Member=Member</code>+CREATE Reservation WITH Reservation.Item=Item, Reservation.Member=Member </code>
  
 The ''ReserveItem2'' process will require the Item object as process input; it will run the query to find a member and then will also create the ''Reservation'' object: The ''ReserveItem2'' process will require the Item object as process input; it will run the query to find a member and then will also create the ''Reservation'' object:
  
 <code aim>PICK FROM Member <code aim>PICK FROM Member
-CREATE Reservation WITH Reservation.Item=Item, Reservation.Member=Member</code>+CREATE Reservation WITH Reservation.Item=Item, Reservation.Member=Member </code>
  
-//**Aware IM**// will automatically define operations that will invoke the ''ReserveItem'' process from the Member form and the ''ReserveItem2'' process from the ''Item'' form. We will also define the ''Reserve'' operation for the ''Item'' query to handle scenario 3 above.+//**AwareIM**// will automatically define operations that will invoke the ''ReserveItem'' process from the Member form and the ''ReserveItem2'' process from the ''Item'' form. We will also define the ''Reserve'' operation for the ''Item'' query to handle scenario 3 above.