Library Function is not getting evaluated
Hi,
From Math library, I'm using @LessThanEqualTo function to validate the Range of a property and from the data transform I'm calling this function to validate. In test environment during execution this function is not getting evaluated , whereas the same function is getting evaluating in dev environment and expected result is getting. During execution below is the error I'm getting in Tracer.
"Invalid expression or reference: No suitable instance found[seeking] @(null:null).lessThanEqualTo(String,double)"
Please suggest how this function can be evaluated in Test environment also.
Thanks in Advance...