Question for the group, how are you managing new features that you want to test and migrate from environments? There is a limitation on sandbox accounts, and even if there wasn’t how are you tackling the migration of properties or objects from different environments?
It’s a huge pain honestly. I’ll use my sandbox account to demo/test basic functionality in the early stages of a project but then when it’s time to really ‘get to work’ I go back into production and use custom “this is a test record” properties to distinguish the records im looking at, to avoid breaking things.
you can technically build out your own tools to transfer things from portal A to portal B but for me 1. I haven’t had the time for that and 2. even if I were to do that, the likelihood that im going to be looking for slightly different property names, custom object type IDs etc, it’s not worth it.
In short, I use the sandbox to build my minimum viable product and then when my stakeholders agree it meets their requirements I implement it and the rest in prod using ‘test’ records.