Hey all! I'm trying to learn about Netsuite's SDF ...
# sdf
t
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
Hey @Tyler what are you trying to answer?
t
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
You can use the CLI, but it’s another maintenance point and I’m not sure it’s worth the headache
We use Github for file versioning, and changesets. but migration is fairly manual.
z
@Tyler strongpoint.io looks like a good product for version control…i’m about to start using that with one of my clients
c
@Tyler i built a customization sync interface into the VS Code plugin i maintain
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)