Hi all - sorry if it's been asked before. I'm look...
# administration
a
Hi all - sorry if it's been asked before. I'm looking at ways of logging changes to NS (made by admins - new custom fields, WFs created/edited, form layouts etc along with whys & impacts). What do you all use to keep track of the overall changes made to your NS account? Is there a function in NS that you'd recommend or do you keep it in something else? Thanks in advance 🙂
c
SDF would be most ideal here and is made by netsuite and for this exact purpose. The why/impacts aren't part of it but keeping the changes in a repository via SDF allows you to track additions to the account like this.
👍 1
t
Hi @Annabel, SDF is a NetSuite framework that lets you extract a copy of your customizations as XML files. You can set it up on your computer, connect it to your NetSuite account, and save the customizations in a local folder. If that folder users Git version control, you’ll be able to track exactly what has changed between each extract. Ideally, this process should run automatically. We’ve built an automated setup for a customer that extracts the data every couple of days and saves it to a GitHub remote repository, so everything is tracked without any manual effort.
👍 1
b
Strongpoint does change management and auditable logging against your entire instance. I think that Salto.io also has some of these features
👍 1
a
Thank you - I'll give them both a look 🙂