Hello everyone, Is there way to compare the sandbo...
# suitescript
d
Hello everyone, Is there way to compare the sandbox and Production environment using a SuiteApp? we have a script that's working in sandbox but not in production we did the code compare but wanted to compare the entire environment. Is that possible? Thanks in advance
r
If you want to only compare the code then. Maybe download the suitescript folder from your prod and sandbox. Create 2 repositories in GitHub. Download both the repositories in your local machine, compare both the repositories using git diff. https://stackoverflow.com/questions/24787403/how-do-i-compare-repos-from-different-projects-through-github
e
^ Rather than two separate repos, you can put each environment in a separate branch in the same repo, then compare the branches