• Extend Email function to include fields on document

    By Ed Sandford 2 decades ago

    Hi,



    This is a great tool and very easy to use. The only thing I woud like to see would be for the email notifications to have more scope. can you for instance use fieldnames in the email to include fields on the document? The email as far as I can see can take the next approver as who to send to but in the body or subject it would be be nice to be able to include some information from the document.

    • document fields in email subject

      By Tim J Plummer 2 decades ago

      I've been able to do this by modifying the wfNote script library and adding the following code to MailCreate



      docSend.Subject = docSend.Subject(0) & Cstr(doc.myDocumentField(0))