1. What is the efficient way to create a Auto number solution where two entities need to increment the same next number.
2. I also need a next number for a single entity.
I am having hard time figuring which fields I need for the Setup entity which will maintain the next number for a combination of entities or a single entity.
thanks