GENERATE-UUID function
- Last Updated: February 23, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Generates a universally unique identifier (UUID), as a 16-byte RAW value.
Syntax
|
Example
The following code fragment illustrates how to use the GENERATE-UUID function:
|
You can use the GENERATE-UUID function with the BASE64-ENCODE function to generate a UUID and convert it to use in a Base64 character index. You can also remove the two trailing Base64 pad characters to reduce the size of the UUID. For example:
|