Hey all. I’m new to SuiteScript and trying to figu...
# suitescript
c
Hey all. I’m new to SuiteScript and trying to figure something out. I have a user event script using 1.0 that is sending data to a remote server, and the remote server requires a secret in the authorization header. I’ve got my script in a git repo, and I would rather not commit the secret into the git repo. Is there a way that I can instead store the secret in a separate file only in the NetSuite file cabinet and pull it into my script at runtime?