1 - Create a new attribute.
2 - Configure the Description attribute:
Elements Checklist supports markdown, learn more here!
3 - Add a new attribute named Details to let users select attachments:
4 - Add a new attribute named Status:
To define the default attribute option, click on the !
5 - Add a new attribute named Impact:
6 - Add a new attribute named Probability:
7 - Add a new attribute named Risk:
if(element["Impact"] == 'Major') { if(element["Probability"] == 'Likely') { return 3; } else if(element["Probability"] == 'Moderate') { return 3; } else if(element["Probability"] == 'Unlikely') { return 2; } } else if(element["Impact"] == 'Moderate') { if(element["Probability"] == 'Likely') { return 3; } else if(element["Probability"] == 'Moderate') { return 2; } else if(element["Probability"] == 'Unlikely') { return 1; } } else if(element["Impact"] == 'Minor') { if(element["Probability"] == 'Likely') { return 2; } else if(element["Probability"] == 'Moderate') { return 1; } else if(element["Probability"] == 'Unlikely') { return 1; } }
Learn more on Calculation attributes here!
You have now implemented a risk matrix!
8 - Publish your Elements Checklist panel.
If this tutorial has stirred your imagination and you wish to save time on tasks creation, why not give Elements Checklist a try?
Please note, these errors can depend on your browser setup.
If this problem persists, please contact our support.