Search code examples
netsuitesuitescript

Toggle Picking Ticket Printed ('T' or 'F')


In Suitescript, is there a way to toggle the Printed Picking Ticket flag between true/false?

Scenario is required if a Picking Ticket has been printed, then the client decides to Ship Complete, currently the flag does not reset, therefore someone has to remember to reprint the picking ticket once the order is completed.

I cannot find the appropriate field in the record.


Solution

  • "Printed Picking Ticket" printedpickingticket is only a Search Filter, not an actual field on the record, so it doesn't seem there would be a way to toggle it. There is the tobeprinted field, but I'm not sure that would accomplish what you need.