This is probably an old question: Is it possible t...
# suitescript
c
This is probably an old question: Is it possible to set the pick ticket printed flag on the Sales Order? I'm printing tickets without using the button or the batch screen and the user would like the box checked.
t
How are you printing them?
c
A 3rd party utility. I don't know how it does the job.
t
So it prints picking tickets without changing the Printed Picking Ticket value from F to T?
c
Correct.
t
Interesting. Can the 3rd party utility be reached out to add that request to trigger the F to T on print?
i
it's been a while but I think that flag is only triggered when printed via the native Print Picking Ticket button and dont think their is a way to mark it as T via script or api. I think even if you print/generate picking ticket via script it does not mark it as T. Ended up just setting a different custom field that we use to track SO statues to know when it's been printed.
👍🏻 1