Free Autonumber Solution for Microsoft Dynamics CRM
Auto numbering is a common requirement for most CRM Implementations to generate a Unique Reference Number for new records so they can easily be tracked, and is also useful for integrations. Its often a common issue as most users will try using a workflow alone to generate autonumber, which is only reliable for simple low load and low concurrency scenarios. For High load and concurrency such as during import or for many concurrent users then the most reliable approach is using an autonumber plugin that uses locking to secure the unique value of the number generation. My Autonumber Workflow Activity solution allows you to include autonumber in your custom workflow and gives the user the ability to Define;
- Prefix
- Suffix
- Starting Number for increment Reference
You can download the Autonumber Solution from the following download request form http://www.crmconsultants.co.uk/free-autonumber-solution-for-microsoft-dynamics-crm/
Once you have received the solution from the download, you should navigate to Settings and you will see the AN Configuration, You will need to create a new configuration record for each Autonumber field you want to generate on an entity. The Autonumber Plugin solution works by generating a unique number Prefixed which is incremented by 1 for every new Opportunity created. If for any reason a unique number is not automatically generated for a given record, we would have to refer back to AN Configuration.
You can either create a new Text field to be used as the autonumber reference or use an existing text field. This will then be used by the AN Configuration to generate the reference number based on the configuration you provide. Here you can provide your Prefix, Suffix as well as the initial Next number that will be incremented by 1 every time a new record is created.
You will also notice an entity called, Locker which you do not have to set, this record is created automatically once the AN Configuration is set and Activated, to ensure that if 2 users simultaneously create an Record at the exact time the Plugin ensure a unique reference number is generated.
The AutoNumber Solution consists of the following objects
Workflow Process: To Create a Locker object, ensure this is Activated so that is Creates the Locker Object when the AN Configuration is setup.
Assemblies: For Automatic Number generation (AN Configuration): Ensure the following 2 assemblies are registered
Plugin Registration Steps: Ensure the following step is Activated
To enable this plugin to generate for other entities, Add a corresponding CREATE plugin step for the entity Using the Plugin Registration Tool. You can see the following article on how to register plugin steps for autonumber solution
You can download the Autonumber Solution from the following download request form http://www.crmconsultants.co.uk/free-autonumber-solution-for-microsoft-dynamics-crm/
If you have any problems feel free to email me or post a message on the Dynamics CRM Forum https://community.dynamics.com/members/razwan-crmuk
The post Free Autonumber Solution for Microsoft Dynamics CRM appeared first on Microsoft Dynamics CRM Consultant UK.
This was originally posted here.
*This post is locked for comments