In my custom doctype Product, there is a field called product_id, i need to generate unique id in a sequential manner for that automatically… how to do that without using naming series ??
You will have to write a custom script for this. Please check this post to know more about the same.
Hope this helps.