Quick question, we (in R12) currently load data into dev at month end then promote to stage, then to prod.
So to avoid getting in the way of things we take a branch off dev to do config work, then merge.
This means stage is pretty much unused, we do the data validation in dev before promoting.
Previously, at different place we had the setup to load data to stage and promote it prod or refresh to dev.
This is the traditional software development setup and lets users load test data and mess around with database then get fresh copy, while keeping staging as the full dress rehearsal space for checking new code is good with prod (copy) data and new data works with prod (copy) code before pushing to either Prod.
Not sure if the data to stage then dev is still even option in R12 ... anyone doing it that way?
Or all dev to stage? In which case what do you do with stage?
Thanks
T