Nick
04/29/2021, 12:10 PMif (nextActionChanged == false) {
var options = {
title: 'Case Fields Not Changed',
message: 'You have updated this case but have not changed the status or next action, choose YES to save or CANCEL to go back and update the case.',
};
dialog.confirm(options).then(function(result){
if (result){
return true
} else {return false}
});
}
Also, this error was shown: Cannot find function then in object true.battk
04/29/2021, 2:25 PMbattk
04/29/2021, 2:26 PMNick
04/29/2021, 6:27 PMbattk
04/29/2021, 7:37 PMbattk
04/29/2021, 7:38 PMmichoel
04/30/2021, 1:18 AMNick
04/30/2021, 12:07 PM