Hi,
My eval condition as follows
eval(($a.getSupervisorRem().intValue()) < (($n.getCount().intValue())/($conf.getSupervisorCnt().intValue())))
(($a.getSupervisorRem().intValue()) = 0
(($n.getCount().intValue())/($conf.getSupervisorCnt().intValue())) = 2
0 < 2 , So condition is satisfied, It has to execute the rule but it’s not happening please help me in this.
Regards
Shilpa