Does anyone know how to see if a shipping label wa...
# general
i
Does anyone know how to see if a shipping label was printed a second time? I can't seem to see anything in the system notes .. does anyone know of any logging that we can see that?
j
If there is a specific user you have in mind the Netsuite admin can view what activity that user has done
i
We need to be able to have some kind of alert across all users... we have multiple users in the shipping area over multiple locations that we need to be sure a label doesnt accidentally get printed twice to make sure that we don't ship the same product twice... we had an issue where a label and product was shipped twice and UPS didnt even notice the same label was used on two packages. It was totally bizarre...
I can't even find a log of the label being printed if its happening a second time.
Or I would just do a user event script.
c
Its just a button click that renders a PDF. There's no record of it doing it in the notes. You'd have to write your own custom button that upon click, increments a custom counter field and displays the PDF.
maybe like 2 hours of work or so
i
Ugh okay gotcha. Thank you for the help.