Henrik Ulvenäs
06/08/2023, 6:23 AM{}
in Netsuite? I have saved the ID and SECRET as API keys in the Sandbox - restricted them to a specific script and domain.
const ID = 'custsecret_test_id'
const SECRET = 'custsecret_test_secret'
const secretCredentials = https.createSecureString({
input: `{${ID}}:{${SECRET}}`,
})
battk
06/08/2023, 6:37 AMdarrenhillconsulting
06/09/2023, 1:46 PM