I am attempting to use either method or data directive to update the PO’s “Ready for Mass Print” flag to false.
The user wants to make changes to the PO, so they chose “Unconfirm” but after the PO is approved, it is ready for mass print
I created a data directive on the PO Header, with the condition of:
ttPOHeader.Confirmed field of all rows is equal to the false expression
followed up with Set Field:
Set the ttPOHeader.ReadyToPrint field of all rows to the false expression
So basically, all unconfirmed PO’s we would like to have the mass print flag turned off.
I attempted in methods, too. Any direction would be helpful or if you have an example.