Cireson Partners, Customers and Community members share your customizations and examples here to help benefit the community as a whole to earn Kudos and badges.
DISCLAIMER
All files and projects located here are provided and come "as-is" and without any warranty or support. Use at your own risk. Your use of Community Uploads is subject to our Terms of Use.
Cireson does not and will not support or maintain these enhancements, extensions, and scripts.
For Team Cireson uploads click here.
Portal Risk Calculator
Hi, I have created a small and quick solution which runs on Portal 6.0.2. Of Course, this is no high-end programming style - but it just fits my needs and can be easily adapted
The enclosed Zip file contains the custom.js and the html template for the risk calculator.
Comments
Any chance you could get the CR questions/answers to write into the Risk Assessment Plan under the Planning' tab of a CR?
Hi Tom,
thanks a lot for your feedback & it was already implemented to do that, but unfortunately there was a typo in the custom.js file :-( I have enclosed a new version of the custom.js file - now it should "save" the content of the RiskAssessmentPlan :-)
This is a totally Stupid question, but how do I implement this.
The files have been imported but I cant find them to use them. Do I need to publish it somewhere?
if the custom.js file is loaded correctly - the menue should appear only in change request or releases.
I have tested this only in Portal 6.0.x - which version do you have ?
@Roland_Kind We are currently using Current Portal Version: 5.0.8.1 .
It would appear that an overnight process has run and this is now appearing in the Change templates.
Also it appear to be working fine.
Excellent piece of work, thank you.
Would be interested in adding the Site to our CR's as shown in your example.
We had a requirement to have a different weight to each answer though, so i have made a modification to allow different weightings for each question.
Changes we have made are available in the attached zip file
Thanks @Jeff_Lang
Thanks @Roland_Kind and @Jeff_Lang
We've extended this a little more, we basically duplicated the functionality and extended it to include an Impact calculator as well.
It now runs the Risk calculator with each answer having specific weight and then runs an Impact calculator with each answer having specific weight; it then multiplies the results and comes up with a category.
Note: the release functionality has been removed in this iteration as we had no need for it and it was complicating the script.
I came across a few issues with the previous script
@Brad_Hayes Hi just a couple of question that may make me sound stupid, but I'm going to ask anyway.
1. I have to press ctrl+F5 in order for this to appear (how can I overcome this?)
2. When active it asks the Impact ,then Risk, then Impact again, but transfers correctly to the input box. (is there anyway to stop the duplicate questioning?)
Further updates