Autonumber with additional characters

1
Hi all,  I am wondering if there is an option to add additional characters to auto number and it adds incremental number to the same instead of creating a different attribute   example :  I want an ID of a record to be ABC72763   and I want the records to start with  ABC00001 ABC00002 . . ABC00022 . . ABC00343 . . and so on.
asked
2 answers
0

No, you would need to create that extra attribute yourself. You  could use the autonumber offcourse as the base for the string that you create yourself.

Regards,

Ronald

answered
0

No, you have to do it yourself, maybe you should use autonumber and a string attribute with before commit on the entity where you create your custom autonumber.

 

Gorjan

answered