Our current Case Number starts with triple zero. The solution was to export and re-import all Cases with a letter prefixing the Case number.
Does anyone have any other solution?
4 answers
If you just want to get rid of the zero's pre-import, you can use:
=Int(A1)
in Excel to remove the zero's before importing.
Assuming you are using lookup fields for Case Number on the other objects, that "Number" is auto-updated when the Case Number on the Case is updated.