Skip to content

Commit

Permalink
Added a very basic README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jongpie committed Feb 6, 2017
1 parent a4ebdbb commit fd11624
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Apex GUID
<a href="https://githubsfdeploy.herokuapp.com?owner=jongpie&repo=apexguid">
<img alt="Deploy to Salesforce"
src="https://raw.githubusercontent.com/afawcett/githubsfdeploy/master/src/main/webapp/resources/img/deploy.png">
</a>
## 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--

0 comments on commit fd11624

Please sign in to comment.