CRM allows auto-numbering for cases and other select entities, but there can be a lack of flexibility with configuring the numbering format to just be a sequential number. Furthermore, auto-numbering can be useful for other entities for auditing and integration purposes. This entry will discuss how to implement auto-numbering by leveraging SQL Server Identity columns to handle the distinct generation of integers with the help of a simple plug-in.