Integer field

Hello,

I’m trying to find solution for my question about integer field start with zero. I’m running Version 7.10.10, Sugar Version 6.5.25 (Build 344). I would need to field for numbers, which begins with 0 (e.g. 0300). Integer type always delete the 0 at the beginning after save. Could you tell if there is some solution to this?

Thank you in advance

Normally people do that simply by using a string field.

Are you worried about validation (making sure only digits are allowed), is that it? You would have to inject some Javascipt into the view, to validate the values before storing them in a string field.