Hello Guys.. I am facing an issue.. I am using Autogenerated numbers to generate vendor ids.
Usig aftersubmit event I am adding prefix to the field enityid..
See the scenrio below ..
1) first we are getting entityid as 22 and after adding Prefix it become ame22.. and I update that ame22 in enityid on vendor record.
2) now we are creating next vendor record and while getting entityid it is again 22...but it should be 23..
Could anybody please help on this..