When an email is sent, the ‘Memo’ field does not have the correct value populated. It shows the tax description or item description values from the last line item. The field sourced in the Email template is by ‘${transaction.createdfrom.memo}’. To fix this, the Email template field should be changed to ${transaction.createdfrom.memomain}. With this change, only… Continue reading Memo (body field) is not showing correct values when sourced on Email template
Tag: memo
Prioritize Web Orders Over Sales Orders Entered via UI When Doing Bulk Fulfillment
Scenario User would like to prioritize Web Orders over Sales Orders created via user interface (UI) when doing bulk fulfillment. The Source Field is not available as an Additional Filter when customizing Fulfill Orders page. Since Web Orders automatically generate a Confirmation Number and there is no preference set to disable this. By default, the Confirmation Number of the Web Order is displayed under the Memo column of… Continue reading Prioritize Web Orders Over Sales Orders Entered via UI When Doing Bulk Fulfillment
Character limit on memo field in transactions
We can enter up to 999 characters on the Memo field on Transactions. The character limit for the Memo field for Journal Entries is also 999. This applies to both the Main Line Memo and the Memo in the line items. The ability to enter more than 999 characters in transaction memo is currently logged… Continue reading Character limit on memo field in transactions
Sales Order Description in Wave print
To Populate the sales order description(memo) value in Wave PDF form, refer the advanced PDF code sample below Go to Customization->Forms->Advanced PDF/HTML Templates Customize the Wave PDF Update the template with below sample code Save