Dynamics CRM Support Blog
Problems configuring the CRM Outlook client? Use the wizard!
CRM Resource Center
FAQ About Technical SupportOnline | On-Premise
FAQ About Billing
Implementation Guide
Microsoft Dynamics CRM Developer Center and SDK
Is it possible(even through jscript) or are there any addons that can use sequential numbering in a customizable way, say I want to auto number a field by instead of incremental by 1 at a time, by 10?
Hi Michael,
Yes there is! This tool actually does auto-numbering, but it can also do any sort of number/letter combination you define. It can also do concatenation of multiple fields into a single field.
www.powerobjects.com/.../powerautonumber
Gretchen OpferkewPowerObjects, Director of Education
Increase your CRM skills. Find out about upcoming CRM Events.
I have an email here from PowerObjects saying it can't be done:
"Hi Michael,
The way PowerAutoNumber currently functions, it gives you a unique number, but it only increments by one – so 10001, 10002, ect. You can decide what the beginning number is and it will increase by one from then on.
Please let me know if you have any other questions.
Thank you!"
I need something that can go in 0010,0020,0030 etc.
I've always used the CRM Innovation AutoNumber solution, and although I've never needed to increment by anything except 1, I think AutoNumber includes this feature.
www.crminnovation.com/.../autonumber.htm
Neil Benson, Slalom Consultinghttp://uk.linkedin.com/in/neilbenson@customery
Well, I guess I could have read your Email a LITTLE more closely. Sorry about that. I checked with our team, and indeed PowerAutoNumber doesn't do an incremental string like that. Let us know if Neil's suggestion works; otherwise, you might be looking at a plug-in or custom workflow extension.
Well as it happens that the amount I need to increment by is 10 so I can just use power auto number to do this. If i want a 5 digit number going in 10 I can just have: {a:4}0. That way it will look exactly like its going in increments of 10, although this trick wont work with anything other than 1,10,100,1000 etc.
Please refer to the link I am copying below. It might be of help for you.
www.codeproject.com/.../Autonumbering-in-Dynamics-CRM-2011
M.Adeel
Another link is also included:
www.furnemont.eu/.../how-to-series-generate-auto-numbers-on-custom-entities-part-1