Reputation: 765
I have a NetSuite Workflow setup to create a Customer Refund from a Sales Order with a related Customer Deposit. I'm pre-populating most of the fields without any problem.
But there are 2 that will not hold a value, Customer and Payment Method. They always end up being blank.
What's interesting is I set the Memo field to Customer and it does keep the value from the Sales Order without any problem.
What is special about the Customer field so it doesn't keep the same value from the Sales Order and how do I work around the problem?
I also need to set the Payment Method from the Customer Deposit related to the Sales Order.
One final note (I'll probably have to write some script for this) I need to check the Customer Deposit related to the Sales Order in the Apply Deposits area at the bottom of the form.
Thanks, Russ
Upvotes: 0
Views: 968
Reputation: 15367
You should be using the transform action for this and you shouldn't try to pre-populate the customer nor payment method. Those will flow through from the Sales Order. If you need to change the payment method after the fact I suspect you'll have to first run the transform action and then update the payment method in another step.
Upvotes: 1