Hey all! I'm trying to learn about Netsuite's SDF and I'm having some issues. Would anyone happen to have a link to a good article or tutorial going through how to best utilize SDF? I've gone through a lot of the Netuite documentation and haven't really found any good answers.
s
suitedev
11/16/2018, 4:40 PM
Hey @Tyler what are you trying to answer?
t
Tyler
11/16/2018, 4:42 PM
Well, I'm trying to find a good way to integrate version control into our Netsuite environment using SDF but all the plugins that I've tried either aren't working for me or don't do what I need. I was thinking about setting up some sort of task runner that can push to a remote repo as well as Netsuite. Not sure if that's even possible though
s
suitedev
11/16/2018, 5:29 PM
You can use the CLI, but it’s another maintenance point and I’m not sure it’s worth the headache
suitedev
11/16/2018, 5:30 PM
We use Github for file versioning, and changesets. but migration is fairly manual.
z
zach_calh
11/16/2018, 7:16 PM
@Tylerstrongpoint.io looks like a good product for version control…i’m about to start using that with one of my clients
c
chris
11/20/2018, 9:00 PM
@Tyler i built a customization sync interface into the VS Code plugin i maintain
chris
11/20/2018, 9:01 PM
it allows you to scrape all the customization inside of netsuite in one pass. if you do a git init you could version control all your customizations (at least that which NetSuite allows you to get)