ApexUUID icon indicating copy to clipboard operation
ApexUUID copied to clipboard

A small library to provide UUID generation and validation in Apex

Results 3 ApexUUID issues
Sort by recently updated
recently updated
newest added

The current implementation of the code uses `v4` of the UUID standard, which is still a very reliable manner of generating a randomized, unique ID. However, there are several newer...

enhancement

Salesforce just released their own UUID class. Does that make this project redundant or are there still advantages or extras here? https://developer.salesforce.com/docs/atlas.en-us.apexref.meta/apexref/apex_class_System_UUID.htm