Picking Tickets - back orders get placed for items...
# suitescript
a
Picking Tickets - back orders get placed for items we don't have yet. ship date comes along and picking ticket is printed but items are zero because we don't have them yet. someone later changes the ship date on the SO, but because 'Printed Picking Ticket' has already been set to True, it won't print again on the new ship date, someone has to remember it's there. is there a way to access that via script - when ship date changes, if to be printed is T, set to F?
b
sounds very doable via scripting
you can use a user event script and compare the old to the new reocrd
or you can use a map reduce script and use the system notes to tell when the ship date changed
a
thanks, i just wasn't sure if that was accessible since it is not really a 'real' field (at least that is the drift I got from Google results)