Hello Experts
I am using one logic hook after_save to generate Auto increment Id for my Accounts. Problem is when i edit record or update record using inline editing then it increase the id to +1.
What should i do so that it don’t get change even when i am updating record or editing it.