We recommend reviewing what is submitted before posting, in case your idea has already been submitted by another community member. If it has been submitted, vote for that existing feature request (by clicking the up arrow) to increase its opportunity of being added to Cireson solutions.
For more information around feature requests in the Cireson Community click here.
The "Add message to action log" box in "send email" should be checked by default
A lot of analysts forget to check the box to add their message to the action log. In this case it's hard to follow an incident when information is missing.
If the box would be checked by default, everybody would have to uncheck it which is likely not to occur.
Comments
We actually did this for a customer a while back. Add the following to your custom.js file (located by default in c:\inetpub\CiresonPortal\CustomSpace
Hi Aaron,
this would be the feature I'm looking for. The box shouldn't be hided, but checked by default. What's the parameter for it? I couldn't find it yet. Thanks.
Remove the hide function, like this for both the Incident and ServicRequest forms.
Change:
$("#IsAddToLog").trigger("click").closest("div").hide();
To:
$("#IsAddToLog").trigger("click").closest("div")
Thanks
We are still on 2012 but have upgraded the portal to 8.4.3.2012. I had previously tested this code successfully in 7.4.2012.11. The code doesn't work under 8.4 (once I finally got approval to proceed with it)