IT Monkey will place code here as examples of what Cireson's consulting team has to offer as well as examples for public consumption to benefit the Microsoft System Center community as a whole.
DISCLAIMER
All files and projects located here come as is and without any warranty or support. We will attempt to improve the projects as time goes on based on customer and community demand. Comments and improvements are welcome as well as customization requests. Your use of these Cireson Uploads is subject to our Terms of Use.
Cireson's support team has no information on these projects outside of what you have available and will not provide support for these enhancements, extensions, and scripts.
Dont forget to checkout solutions uploaded by our customers, partners and community members here.
Make the SendEmail To and CC fields Read Only
I won't bother with a screenshot, as it looks exactly the same, but the two input boxes cannot be edited.
Enjoy
Geoff
Comments
After downloading Geoff's solution, you can add the following to the file MakeEmailToReadOnly.js for each work item type to make the subject read-only.
$('input[data-bind="value: emailSubject"]').attr("readonly","true")
David
As is force the user to enter something or have the portal put something predefined in there?
Both are probably possible but very different methods.
So take the solution above and add one 1 more line to each section so they read
Feel free to change the email address though :P
Geoff