Skip to content

Provides methods to generate and validate a UUID/GUID in Apex

License

Notifications You must be signed in to change notification settings

dwindibank/ApexGuid

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Apex GUID

Deploy to Salesforce ## Issue Often times, we need be able to refer to related records before they have been inserted. Salesforce does not provide a way to generate a unique ID in Apex, such as as GUID/UUID. This repo aims to solve that.

Goal

  • Create a solution that allows developers to generate a unique ID in code that can be used as an external ID text field

Implementation

--Coming soon--

Example Implementation: --Coming soon--

About

Provides methods to generate and validate a UUID/GUID in Apex

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Apex 100.0%