Skip to content

Formula > Functions > Util

util\generateId

Generates a unique ID. Returns a string.

Example

$uniqueId = util\generateId();

util\generateRecordId

As of v7.5.

Generates an ID that can be used as an ID for an entity. Returns a string.

Example

$recordId = util\generateRecordId();

util\base64Encode

As of v8.3.

Base64 encode.

util\base64Decode

As of v8.3.

Base64 decode.