Is it possible to create a workflow that adds a bu...
# beginners
l
Is it possible to create a workflow that adds a button to a sales order that when pressed prints the chosen template? I cannot find the action “print” so maybe it has to be scripted?
k
You have to use a script for that.
However -you might be able to use a workflow action script, but honestly, at that point you may as well script it properly
s
there is no workflow action for print (not yet), you can use a button and set field value action to set the value for SO form's f print template to your chosen template and use the regular print action. I know this is a convoluted way. @KevinJ of Kansas suggestion is the best option
l
Thanks! Maybe that’s the first script I will try my hand at then