From cf2abda6f617b495e3f311729972f820a544bc83 Mon Sep 17 00:00:00 2001 From: "p.neub" <p.neub@adito.de> Date: Thu, 15 Apr 2021 11:24:33 +0200 Subject: [PATCH] [Projekt: xRM-Sales][TicketNr.: 1078360][Pop-Up bzgl. Forecast entfernen!] --- process/Salesproject_lib/process.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/process/Salesproject_lib/process.js b/process/Salesproject_lib/process.js index 0b58dff6eea..057749c13b0 100644 --- a/process/Salesproject_lib/process.js +++ b/process/Salesproject_lib/process.js @@ -84,7 +84,9 @@ Salesproject.insertMilestone = function(salesprojectId, type, value, notifyForec */ Salesproject.notifyToUpdateForecast = function() { if (vars.get("$sys.recordstate") != neon.OPERATINGSTATE_NEW) - question.showMessage(translate.text("Please update the ${FORECAST_ENGLISH}."), question.INFORMATION, translate.text("${FORECAST_ENGLISH}")); + { + // TODO: workflows + } } /** -- GitLab