Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

GlideGuid- Client

The GlideGuid API provides methods to create a globally unique identifier.

You access the GlideGuidV3 methods using the g_guid global object.

Parent Topic:Client API reference

GlideGuid - generate(Number stringLength)

Creates a globally unique identifier 32 characters long, or as specified with the optional length argument.

NameTypeDescription
stringLengthNumberThe desired string length, must be between 1 and 32 inclusive. This parameter is optional. If not specified, the returned string will be 32 characters long.
TypeDescription
StringThe globally unique identifier.