Skip to main content
Skip table of contents

createUniqueID() Function

Syntax

aString = createUniqueID()

Semantics

Returns a string with a value that is unique within this service. It has a maximum number of 80 characters.

Example ID: 0000003512dfad6e000000072bfff700b9bd772f

To guarantee that the value is not only unique within the service, but globally unique, always use the createUUID() Function function in new code.

Examples

NONE
set uniqueID = createUniqueID(); 

Related Pages:

JavaScript errors detected

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

If this problem persists, please contact our support.