Supported JavaScript Data Types

Standard JavaScript data types are available, and Data Relationship Management uses them wherever possible. For example, dates are represented using the Date object. Functions are themselves objects, and a function invoked with new creates an object whose prototype points to the function's constructor prototype just as in any ECMA-compliant JavaScript environment.

Note:

JavaScript Document Object Model (DOM) objects are not supported in Data Relationship Management scripts.

You must be familiar JavaScript syntax and built-in objects, including what methods are available. Some of the available data types:

Globally available functions like parseInt, parseFloat, isNaN, decodeURI, encodeURI are also available.