Hi there,
Question: Is there a way to set The To: field when using @Command( [MailForward] )
I need to use the above feature instead of using @MailSend(SendTo;“”; “”; SubjectText; “” ; Body; [IncludeDoclink]);
Any suggestions or answers are greatly appreciated.
Subject: Mail Forward
If you use @UpdateFormulaContext after your [MailForward], the focus of the executing code should switch to the new mail doc you just created. You can then set the text of the field you’re in (the To: field, probably) using @Command([EditInsertText]; …) .