Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Using ${transaction.createdFrom.tranId} on Invoice email template
We have an invoice template which we are using through a workflow to send the customer confirmations.
In the template email title, we have "Your Invoice ${transaction.createdFrom.tranId} is attached"
In the email body we have a Header "Your invoice ${transaction.createdFrom.tranId} is paid"
Further into the document we again make a reference to ${transaction.createdFrom.tranId}.
The first two uses work as expected and insert the original SO. The third occurrence in the same email returns ' Your Invoice ERROR: Field 'createdfrom.tranId' Not Found ". Not finding the field.
I carefully checked the template syntax, Notepad shows that the text is identical for each use.