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
Sai1220Sai1220 

Number format

I want to display a number in this format {101-1234567-001} and then {101-1234567-002} and so on as auto numbers how do i accomplish this 
Ashish_Sharma_DEVSFDCAshish_Sharma_DEVSFDC
Hi Sai1220,

Try to create 1 Auto number field with start digit 000.

Then In a formula field try to append '101-1234567-'  with auto number.

Let us now if it helps you.