Does NetSuite have a native method for version control / branching?
a
Anthony OConnor
12/14/2023, 9:13 PM
Nope nothing like that, best practice to have your repo outside of netsuite so you have file history and changes over time there
s
Sim Greenbaum
12/14/2023, 9:22 PM
we use the sdf framework which can be setup with Github actions, so on push to master or pull request it validates and submits to netsuite . You now have to commit history to rollback if needed
e
erictgrubaugh
12/14/2023, 9:58 PM
Nothing native. I just use git for my version control, and SDF for testing/validating/deploying.