Skip to content

Commit fd11624

Browse files
committed
Added a very basic README.md
1 parent a4ebdbb commit fd11624

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Apex GUID
2+
<a href="https://githubsfdeploy.herokuapp.com?owner=jongpie&repo=apexguid">
3+
<img alt="Deploy to Salesforce"
4+
src="https://raw.githubusercontent.com/afawcett/githubsfdeploy/master/src/main/webapp/resources/img/deploy.png">
5+
</a>
6+
## Issue
7+
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.
8+
9+
## Goal
10+
* Create a solution that allows developers to generate a unique ID in code that can be used as an external ID text field
11+
12+
## Implementation
13+
--Coming soon--
14+
15+
### Example Implementation: --Coming soon--
16+

0 commit comments

Comments
 (0)