does it possible to create SO directly from return...
# general
y
does it possible to create SO directly from return authorization transaction?
k
@Yadigar what are you trying to accomplish? I'm not understanding the reason behind wanting to create a SO from a Return auth
m
Presumably to sell the customer a replacement for the Item being returned? I've seen this done with scripting before, but you may also be able to do it with a workflow.
y
@markderrick exactly, this is my purpose to send a customer a new item as a replacement. How you recommend to do it with a WF?
Add a custom button that directs you to a new record action?
m
Add a Button and when triggered run a "Go To Record" action, then just set up the data you want to add to the SO. The only challenge may be with copying the Item
👍 1
y
@markderrick Thanks!