security.RandomGenerator.CreateUUIDString

Creates a new universal unique identifier (UUID).

Syntax

security.RandomGenerator.CreateUUIDString()
  RETURNING result STRING
  1. result is the new generated UUID string.

Usage

Generates an universal unique identifier and returns the value as STRING.

Note: This method replaces com.Util.CreateUUIDString().

Throws an exception in case of errors, and updates STATUS with an error code.