Miscellaneous functions

From Genesys Documentation
Jump to: navigation, search
This topic is part of the manual Field Codes Reference Guide for version Current of Routing and Designer.

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.

Retrieved from "https://all.docs.genesys.com/PEC-ROU/Current/FldCod/MisFun (2024-04-24 21:24:08)"
Comments or questions about this documentation? Contact us for support!