rappen / AutoNumManager

XrmToolBox plugin to manage Auto Number attributes in Microsoft Dynamics 365
http://anm.xrmtoolbox.com
GNU General Public License v3.0
9 stars 7 forks source link

The number sequence seems to be broken #47

Closed Aunnisa closed 9 months ago

Aunnisa commented 4 years ago

It's started generating duplicate values i.e. XXXX1120. There are existing records in CRM with values until XXXX2428.

Any idea on how to fix it so the number starts with XXXX2429 not XXXX1121

rappen commented 4 years ago

Hi @Aunnisa

You may set the seed (next number) in the tool. You can do this without changing the numbering format, just telling the system to "give this number to the next record being created" and continue from there.

image

Aunnisa commented 4 years ago

Hi Jonas,

I tried doing that but after saving, the data is set back to default seed. The value should be 2427.

Thanks,

rappen commented 4 years ago

Not sure I understand... Note that setting the seed will only affect the numbered value of future records that are created, it does in no way change existing data.

rappen commented 9 months ago

Please reopen if it's still a problem.