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.