Subject Line for emailed Invoices No space between wording

SUGGESTED

My Invoices when converted to PDF were corrupt so had to set up a new Invoice template. All worked ok but when sending the Invoices to my emails the subject line has no spaces between wording i,e Invoice1234From Joe Bloggs Ltd.

Also, the recipient email address is preceeded with "SALES_LEDGER.E_MAIL" SALES_LEDGER.E_MAIL2 etc etc

Any help out there please? 

Parents Reply
  • 0 in reply to Debris
    SUGGESTED

    Hi,

    You need spaces before and after the " "

    Example

    "Invoice SPACE" + INVOICE.INVOICE_NUMBER + "SPACE From SPACE" + COMPANY.NAME

    So like this:

    "Invoice " + INVOICE.INVOICE_NUMBER + " From " + COMPANY.NAME

    Remember to go File > save once finished.

    If this has answered your question please click More > Verify Answer.

    Ian

Children