Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
Hello dear friends, I would like to make it mandatory for the user to upload a document in the attachment field within a ChangeTask assignment. Is this possible? A visual might help.
When creating the task or at some point in the workflow? If its the workflow, you can put in some custom checks or transitions code that can inspect the change task and throw errors if an attachment does not exist. This is the easiest to do. Keep in mind if you want it to be done in wizard, its a bit more complex and someone can edit it to remove them later. Workflow seems like the best approach.