Credentials for integrations to third parties like logfire and respective sandboxes etc.
s
stalbert
09/23/2019, 4:58 PM
I have heard you can use native netsuite crypto fields for this but I haven't seen code examples beyond HTTP Basic auth. Ideally, nobody (even admins) should be able to read a password.
t
Tahn
09/23/2019, 5:49 PM
Hmm. Thanks for the interesting info. I didn't know that may be possible.
s
stalbert
09/23/2019, 9:17 PM
there are people here that claim they've used it as a general password storage mechanism where Suitescript has only indirect access to it. I can't remember who it was though 😕
stalbert
09/23/2019, 9:17 PM
I intend to try it but the need hasn't come up recently.
b
battk
09/23/2019, 9:24 PM
documentation for it is lacking (basically found on the N/https help page)
battk
09/23/2019, 9:24 PM
works best for things like basic authentication that requires no hashing or anything that requires manipulation of the password
battk
09/23/2019, 9:25 PM
i generally recommend using easier less secure methods first if you can get away with it