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
KevinJ of Kansas
04/12/2021, 5:49 PM
You have to use a script for that.
KevinJ of Kansas
04/12/2021, 5:49 PM
However -you might be able to use a workflow action script, but honestly, at that point you may as well script it properly
s
Sam-I-Am
04/12/2021, 5:50 PM
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
LegacyWipe
04/12/2021, 7:41 PM
Thanks! Maybe that’s the first script I will try my hand at then