Store Integer with leading 0
Summary
Leading 0 clipped from integer field.Content
I have a field of the data type integer in a custom object. I'm aware that, technically, integers do not start with a 0, however we have a requirement to store a number here that could potentially start with 0. As is now, if I save "0123" to this field, it persists as "123" after save. Is it possible to allow the storing of an integer with a leading zero?
Version
18C1