My Stuff

DavidMa Red Ribbon

Comments

  • @"Robert Nedelkow-Oracle", the answer provided in SuiteAnswer is exactly what is in the sample code. But still getting the error `AN_ERROR_OCCURRED_WHILE_DECRYPT_PASSWORDGUID`.
  • Has anyone actually gotten secrets to work in NetSuite? I've tried the basic SuiteScript example from the crypto module that should run as is, but also get the error (AN_ERROR_OCCURRED_WHILE_DECRYPT_PASSWORDGUID). /** * @NApiVersion 2.x * @NScriptType Suitelet */ define(['N/ui/serverWidget', 'N/runtime', 'N/crypto',…