Expand my Community achievements bar.

Attachment

Avatar

Former Community Member
Is there a way to check to make sure a file is attached (any file) to a work item before it is submitted? Either by code on the form or in the process?

Thanks!! Mary
1 Reply

Avatar

Former Community Member
if (parent.frames.attachments.jfEnvelope.EnvelopeAttachments.Count == 0) {

sErrorText += "Attached documentation is required.\r\n";

}