This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Web Portal - Make a field not editable after data change of attestation policy

Hi all,

I'm using v 7.1. When creating a new attestation policy I need to make the field "Time required" value to 0, and make it not editable, only when the attestation policy selected is from a list of custom policies defined in custom configuration parameters. I'm doin it by steps:

 

I created a boolean function that read from configuration parameters if the attestation policy selected is one of mine. I added this function as a property to make the column "solution days" in the module VI_Attestation_CreateEdit_AttestationPolicy not editable. And this works but only if I save the policy and open back the edit page, I see that field not editable. I'd like to update dinamically the module once a policy is selected.