Alexander Cuadros
05/14/2024, 11:31 PMNElliott
05/15/2024, 7:18 AMfunction startOver(){
let suiteURL = url.resolveScript({
scriptId: "customscript_your_script_id",
deploymentId: "customdeploy_your_deployment_id"
});
NS.form.setChanged(false); // prevents NS complaining you are leaving the page
document.location.href = suiteURL;
}
Alexander Cuadros
05/15/2024, 3:11 PM