I want to create an increment field for numbering in my entity. The sequence will go from 1,2,3, ...... 20,21,22, ..... and so on.
I want to increment the field by 1 each time a new record is cretaed. So Record 1 will have ID of 1, record 2 will have ID of 2 and so on..
Is there a way to do this using a workflow?