Hi,
I currently have a backend where I can check ON multiple orders and run a "bulk batch" process shipments which then prints out all the packing slips I need to finish processing & shipping orders.
This system works fine now since I'm the only one running it, but what if I wanted to set up different PC stations to allow other employees to process shipments at the same time. I'm just looking into the future and seeing how my backend would work, or if I need to make some changes to it today this way I'm able to expand into a multi-user system.
My main concern is if multi-users are using the check box option to perform a "bulk batch" to process shipments how can I make sure that the same order isn't being run by multiple users? Is there a way to lock the order as soon as a user clicks on the check box?
Thank you,
olimits7