Hello,
Imagine the next scenario:
- Acumatica has multiple version 20R1, 20R2, 21R1
- One Developer focus on 20R1
- One Developer focus on 20R2
- One Developer focus on 21R1
What happens when a developer has to modify the three of them? I think they:
- Developer create three branches in github (or other tools)
- Developer create three local instances (one for each version)
What happens with Visual Studio? What are the steps to follow to configure correctly? Developer needs to do something else?