Hi - sorry if there is a simple answer, however, I have BO that deals with a Risk Assessment Questionnaire that will be completed multiple times. The questions will be the same, however, may change over time which is why I have put the Questions in SystemSetting so that the end user can change them. The Answers and Comments for the Risk Assessment are held within the RiskAss BO.
I have no problem in creating the Risk Assessment form etc etc, however, I have a problem if any of the Questions are changed within SystemSettings and I then go back to view an old Risk Assessment form I find that the Question has been changed to the new Question - I don't want the old Risk Assessment form to change when a Question has been updated within SystemSettings.
I have tried using;
- a Process when creating a new RiskAssessment using ENTER NEW and then picking up the Questions from SystemSettings
- I've also tried Rules within RiskAssessments to pick up the Questions (Rules use "If RiskAss.ID IS UNDEFINED Then" so should only be triggered once !!)
Both of these methods will pick up the questions, however, they are then changed if the SystemSettings Question is changed.
Hope this makes sense.