IsFieldLessOrEqual
Determines if the captured value of the current Field object is less than or equal to the value entered as a parameter.
Syntax
bool IsFieldLessOrEqual (strParam)
Parameters
The Numeric or Currency value you want to compare against. Smart parameters are supported.Returns
False if the parameter or captured value of the Field object is not Numeric. Or if the result does not meet the action's requirements. Otherwise, True.Level
Field level.Details
If the value of the field is not Numeric or Currency, the action returns a False condition.- Example
IsFieldLessOrEqual("625") Returns True if the Field object's value is 624.99 Returns False if the value is 625.01 Returns True if the value is 625.00