Suitelet for creating SIgnature, nonce, timestamp for SOAP request

/**  * @NApiVersion 2.x  * @NScriptType Suitelet  */ define([‘N/https’, ‘N/xml’, ‘N/record’, ‘N/log’, ‘N/crypto’],     function (https, xml, record, log,crypto) {         function generateNonce() {             var nonceLength = 20; // Length of the nonce string             var nonce = ”;  … Continue reading Suitelet for creating SIgnature, nonce, timestamp for SOAP request