Is there any specific condition to fill values tra...
# suiteflow
t
Is there any specific condition to fill values transaction field values in template using suiteflow. ? I am trying to send a simple mail, on save with body "Your order ${salesorder.memo} has been received" but the value ${salesorder.memo} does not fill in. this is not blank also. It appears "Your order has been received" (without memo).
e
You could create an email template and use the variable in the template, then set the workflow to use that template.
Or maybe first try your approach with ${transaction.memo} instead of ${salesorder.memo}
t
Its not working at all.
I have tried both and even many other fields.
message has been deleted
message has been deleted
Okay, sorry @ericbirdsall, I used that transaction.memo inside if of salesorder.memo?? so that didn't happen.
I am able fetch all fields from sales order using transaction, instead of salesorder. Only website fields are missing now. Secondly, when to use salesorder and when transaction, is there a documentation for that ? In the system template they have used salesorder instead of transaction. and it works for them.
Why it's not working for me ?