Hello everyone,
I’m working in a model-driven app for the performance evaluation in my organization. I created a table with the evaluations that must be completed. There are two user related fields in the table, the “evaluated” and “evaluator” fields. Also, I have two different views, one for the evaluator to see all pending evaluations and the other for the evaluated to see already completed evaluations of himself. Those views ere filtered eighter by the “evaluated” and “evaluator” field equal to current user to display the appropriate information. However, I have a problem in the view of already completed evaluations. If the user double-click on the record, he will be redirected to the evaluation form and he is able to edit the record.
I want to forbid this behavior; I want to have a view for the completed evaluations that if any record is doubled-clicked nothing happens.
I’m open to any alternative of a view-only table that can be embedded in the model-driven app. Any help would be appreciated.
Also, I’m not a JS programmer in case any solution involves a custom script.