I'm working on a SS2 application that will make so...
# general
o
I'm working on a SS2 application that will make some https calls out to an external api, parse the returned data and store into Netsuite. Is there a best practices method of storing the needed api credentials? I imagine having a config script that runs on installation which hashes the credentials somewhere the request calls can look them up later?