Skip to main content
Skip table of contents

createUUID() Function

Syntax

aString = createUUID()

Semantics

Returns a string with a universally unique identifier (UUID, standard format). UUIDs are globally unique IDs.
For more information on UUIDs refer to Universally unique identifier.

Example UUID: 3dc167a4-92fc-4184-b5ce-f195e3840894

Examples

NONE
set uniqueID = createUUID();
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.