Develop > Programming > Where can I use JavaScript in Service Manager? > Using RAD functions in JavaScript

Using RAD functions in JavaScript

You can use most RAD functions in JavaScript. To use a RAD function in a JavaScript, simply prefix the function with system.functions and replace any periods (.) in the function name with an underscore (_).

For an example of how to do this, compare the following functions:

Refer to List: RAD functions for a list of other RAD functions.