transforming a sales order to invoice with a workflow. I am not using the "send email action", i am setting the field "to be emailed" in the transform action. netsuite is using the "return email" from company information as the sender, but I need that to be another email. how can I get around this?
mesper
03/19/2025, 9:29 AM
I have tried to use the "return email" on the subsidiary record, but that doesn't work, still using the one from company information.. Can't figure out how to use the send email action without it hitting the sales order, since I do a transform..
mesper
03/19/2025, 9:42 AM
Do I need another workflow on the invoice record type that sends the email?
m
MGBC
03/19/2025, 1:37 PM
Yes I would recommend you use 1 workflow to transform from so to invoice
Then make a second workflow to email the invoice
MGBC
03/19/2025, 1:38 PM
I usually create a checkbox called “email sent”. Then your second workflow would send the email and check this check box so it doesn’t get sent multiple times
MGBC
03/19/2025, 1:38 PM
(If you use this checkbox in the criteria of your saved search your workflow is based on)
m
mesper
03/19/2025, 1:42 PM
Yes, I was thinking about a similar solution. Thank you!