The Following function can be used for creating a new deployment for a script with a new script ID. /** * Creates a deployment for a script with a new script ID. * @param {string} deploymentInternalId – The internal ID of the existing deployment. * @param {string} newScriptId – The new script ID for the… Continue reading Creates a deployment for a script with a new script ID using script
Tag: script deployment
Script Deployment Updates
Updating a script deployment in Oracle NetSuite is done either through the Deployments sublist on the script record or by directly editing the script deployment record. It’s essential to understand that the method you use may vary depending on the type of script you’re working with. Some script types like portlet, RESTlet, Suitelet, and user… Continue reading Script Deployment Updates