I am tying to:
- Make one attachment required the first time an emp enters a new credential.
- Disallow attachments if the credential is verified only if the person taking action is the employee himself. If its been done by someone else (admin or IPA), the form shouldn't throw errors.
AttachmentOne
label is untranslatable:"FileName"
constraint (not VerificationInfo.Verified
and Employee = Employee)
I am unable to make that happen. Any ideas please?