In this screen I need to do a validation so that in each record, when the registry is allowed, in case it is marked, bring me the registry that is marked every time I edit (check or uncheck the checkbox).
In the case the best way I found is using foreach
in javascript and I have to validate the cases following example below.
For each functionality, ie (keep material, request material, send reports and request material) make a validation for each action in the case (see screen, search, register, edit, activate / 24 validations. Am I correct?
I wanted an example of how I could do this to the best of my ability. I've already tried but I did not find anything specific to solve my problem. I'm doing a C # project in MVC.
Since each permission is a different identifier and also depends on each profile chosen.