SCSM don't set Affected User and Assigned user from template
Since few days I've problem that SCSM don't set "Affected User" and A"ssigned to" - which is set in SR templates.
I try to reset services but it won't help - mayby I reset wrong service. Does anyone has solved similar problem?
Best Answer
-
Shane_White Cireson Support Super IT Monkey ✭✭✭✭✭
Hi @Marek_Lefek
This is due to the bug in Send Email, could you please try implement this workaround and let me know if it fixes it! (PR90111)
In CiresonPortal\Scripts\forms\tasks\sendEmail\controller.js change this on line 450-451:
cont.modal('show');
});
to look like this:
});
cont.modal('show');
Let me know how you get on!
Thanks,
Shane
5
Answers
Hi @Marek_Lefek
What version or the Portal are you currently running on?
Thanks,
Shane
Hi @Shane_White
we have 9.4.2, but after update the problem was fixed!
Only we have problem with Send mail function. The form is loading about 20 sec.
Hi @Marek_Lefek
This is due to the bug in Send Email, could you please try implement this workaround and let me know if it fixes it! (PR90111)
In CiresonPortal\Scripts\forms\tasks\sendEmail\controller.js change this on line 450-451:
cont.modal('show');
});
to look like this:
});
cont.modal('show');
Let me know how you get on!
Thanks,
Shane
Hi @Marek_Lefek
This has now been resolved in the latest version of the portal if you wish to update :-)
Thanks,
Shane