The suitelet script to set the status of a record using the POST action. /** * @NApiVersion 2.1 * @NScriptType Suitelet */ define([‘N/record’], /** * @param{record} record */ (record) => { /** * Defines the Suitelet script trigger point. … Continue reading Change status of a record using Suitelet script