com.Util.CreateUUIDString

Creates an UUID string (deprecated!)

Syntax

com.Util.CreateUUIDString()
  RETURNING result STRING

Usage

Important: This function is deprecated! Use security.RandomGenerator.CreateUUIDString() instead.

Creates an universal unique identifier and returns it as a string in Base64 format.

In case of error, the method throws an exception and sets the STATUS variable with the appropriate error number.