I have a general question regarding working across...
# general
k
I have a general question regarding working across multiple environments/sandboxes in Netsuite. Obviously, the farther you get down the road with a complex Netsuite site, the more settings, scripts, configs, etc, are introduced within the backend system. This can and does easily get out of sync between environments. So, for example, you may have a different or buggy experience in your sandbox than you do in your production site, even though the code bases are equal. Finding the difference within the admins can be a needle in a haystack. So, my question is, what are some methodologies or best practices being followed to ensure you are staying in sync between Netsuite instances?
n
Kevin, I think this depends on the complexity of the changes and the amount of Sandbox's you have. We have been working with upto 9 sandbox's at a time and the way we police that is to make sure only limited access for specific tasks and once development or testing is complete the sandbox is refreshed. The more often you refresh the more you will get used to bundling things up or documenting the changes you need to move.
k
awesome, thanks for this