function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SFUserSFUser 

default value as "00"

hai,
i am having a number field i.e. Amount__c with default value as "00". but when i am creating record it shows only one zero i.e. "0". I want to display it as "00". What shall i do now?
Thanks
VinayVinay (Salesforce Developers) 
If you want to have zero's and this can be done by changing the data type of the field from Number to Text.

https://trailblazer.salesforce.com/ideaView?id=08730000000auMVAAY

Hope above information was helpful.

Please mark as Best Answer so that it can help others in the future.

Thanks,
Suraj Tripathi 47Suraj Tripathi 47

Hi Sukumar,

Please change your data type to text.

Thank You

 

SFUserSFUser
Hai Suraj..,
i should continue with Number data type only.