IsFieldGreaterOrEqual
Determines if the captured value of the current Field object is greater than or equal to the value entered as a parameter.
Syntax
bool IsFieldGreaterOrEqual (strParam)
Parameters
The Numeric or Currency value which is the basis for comparison. Smart parameters are supported.Returns
False if the parameter or the 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
IsFieldGreaterOrEqual("624") Returns True if the Field object's value is 625.00 Returns False if the value is 623.99. Returns True if the value is 624.00.