| Leo Gan 2005-08-29, 5:56 pm |
| Your rules don't have to Fire action!
--
Leonid Ganeline,
BizTalk Developer
http://public.fotki.com/leogan/
"Vishy" <vishal.halbe@gmail.com> wrote in message
news:1124899584.248216.92060@g43g2000cwa.googlegroups.com...
> Hi
>
> This is a funny problem; I'm not sure whether I'm doing the right thing
> I've got 2 versions of a policy deployed in Rules Engine
> Version 1.0 goes like this
> If amount > 5000
> Then...
> IF amount <= 25000 and amount >5000
> then...
>
> Version 2.0 has just one rule
> If amount = 0
> Then exception
>
> when I deploy both these policies and throws a file with amount = 1
> it gives me totally wrong results(it doesn't brak anywhere )
>
> I was wondering whats wrong with having 2 versions of a policy
> deployed?
>
> Vishy
>
|