Hi,
Thanks for replying.

I have a scenario like
Rule "shopping cart total exceeds 4000, give 50% discount"
       when
         <condition>
       then
         <action>
         call Rule"if order is  between 6 to 9 pm, give additional
discount of 20 %"
end
Rule "if order between 6 to 9 pm give additional discount of 20 %"
       when
               <condition>
       then
               <action>
end

..............
Also i have a  query like, Can we make rule like this

Rule "shopping cart total exceeds 4000 give 50% discount"
       when
               <condition>
       then
               <action>

               Rule "if order between 6 to 9 pm give additional discount
of 20 %"
                       when
                               <condition>
                       then
                               <action>
               end
end

Can we make rules like above?


Thanks & Regards

Pardeep Ruhil
This email may contain confidential or privileged information for the intended recipient(s). If you are not the intended recipient, please do not use or disseminate the information, notify the sender and delete it from your system. Thanks

______________________________________________________________________
_______________________________________________
rules-users mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/rules-users

Reply via email to