From Genesys Documentation
Miscellaneous functions
Learn about the miscellaneous functions you can use in field codes.
Related documentation:
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!