Answered
Email subject line enhancement
I’m using the following for a Button’s mouse down procedure, and it works fine placing the Name in the subject section preparing to send an email.
this.mailDoc({cTo: "info@testdata.org", cSubject: this.getField("Name").valueAsString});
I’d like to add text before the Name such as “Records Request Submission”
Can you help?
