Miscellaneous functions
From Genesys Documentation
This topic is part of the manual Field Codes Reference Guide for version Current of Routing and Designer.
Contents
Field codes can use the miscellaneous functions detailed on this page.
If
If (Boolean, TrueResult, FalseResult)
Returns either the second or the third argument, depending on the value of the first (Boolean) argument.
IsBoolean
IsBoolean (Arg)
Returns True if the data type of the argument is Boolean; otherwise, it returns False.
IsDateTime
IsDateTime (Arg)
Returns True if the data type of the argument is Date/Time, and False otherwise.
IsNumber
IsNumber (Arg)
Returns True if the data type of the argument is number, and False otherwise.
IsString
IsString (Arg)
Returns True if the data type of the argument is string, and False otherwise.
Type
Type (Arg)
Returns the type name (String, Boolean, and so on) of its argument.
Comments or questions about this documentation? Contact us for support!