-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a504a64
commit b8819a5
Showing
1 changed file
with
12 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,12 @@ | ||
# XrmAutoNumberGenerator | ||
Auto Number Generator Project for Microsoft Dynamics CRM | ||
# XrmAutoNumberGenerator [![Build status](https://ci.appveyor.com/api/github/webhook?id=1j4bb156pusom4i2?svg=true)](https://ci.appveyor.com/project/daryllabar/xrmautonumbergenerator) | ||
|
||
[![Join the chat at https://gitter.im/daryllabar/XrmAutoNumberGenerator](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/daryllabar/XrmAutoNumberGenerator?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) | ||
|
||
Auto Number Generator Project for Microsoft Dynamics CRM 2015 (7.1.1.4309 +) | ||
|
||
- Multi-thread safe. | ||
- Guarentees unqiueness. | ||
- Allows for Pre/Post fixes. | ||
- Allows for external initialization. ie If record come from an external system, it will populate the id, if it is created in CRM, it will populate it. | ||
- Can be installed as either managed or unmanaged. | ||
- No Custom Coding/Plugin Registration Required! |