Boris Yasen
09/19/2023, 8:01 PMlet script_deployment = record.load({type: record.Type.SCRIPT_DEPLOYMENT, id: "customdeploy_deployment_id"});
script_deployment.setValue({fieldId: 'custscript_param', value: files});
script_deployment.save();
I'm assuming this might due to it's still open so I tried to do that by running new Scheduled script to save it but it didn't work neither
Could anyone help me on this please?battk
09/19/2023, 8:27 PMBoris Yasen
09/19/2023, 8:59 PMBoris Yasen
09/19/2023, 9:00 PMbattk
09/20/2023, 1:26 AMBoris Yasen
09/20/2023, 9:18 AM