[rules-users] calls to 'Helper' classes in LHS - are they allowed?
Olenin, Vladimir (MOH)
Monday, 12 February
2007
Mon, 12 Feb
'07
3:23 p.m.
Hi,
I was wondering if calls to a Helper class are allowed in LHS of the rule?
Eg:
Rule myRule
When
MyObject(objField == Helper.transform("value"))
Then
// smth
End
Thanks,
Vlad