Has anyone created a fake email button to check for required fields,
such as LastName, FirstName, EmployeeNo, EffectiveDate, then execute an
event on a button?I have a form where I have written Java programming on
a button to email the form and include field names (see below):var oDoc
= event.target;oDoc.mailDoc({ bUI: false, cTo:
"pnf@jeffersonregional.com" , cBcc:
"renee.holtzman@jeffersonregional.com;
janice.lenz@jeffersonregional.com" , cSubject: "PNF for " +
LastName.rawValue + ", " + First...