IBM Operational Decision Management: Difference between revisions

Content deleted Content added
Version history: Add version history for 8.10.4, 8.10.5
Tag: Reverted
Line 111:
|}
 
if the customer age is less than 18
===Events===
and address should be Hyderabad
If a specific change in state occurs then a message is emitted causing an event to occur.
than give discount 20%
 
esle
====Example====
"not eligible for discount".
At a bank some customers are not allowed to become overdrawn and some are. A customer who has tried to take out a loan is refused by the system because their credit rating is too low.<br />
''If customer is refused, emit an event causing a message to be sent to the user informing them that they have been refused in indicating the reason.''
 
===In summary===