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();