| Re: Planning from locations with same name Do you mean bulk plan orders from the same location (name, but different location GIDs) together in the same bulk planning process, and not consider orders from different locations with different names?
You could probably do something with saved queries to select orders with the same location name although unless there were only a few locations, this would be a mess to configure/maintain/use.
If you are only bulk planning these same locations together, and not considering any other orders from different locations within each bulk plan, then you could perhaps use the "Ship With Group" functionality on the order release > constraints tab. You'd need to run a background process to do an sql insert into the Ship With Group field on all of your orders, with the process identifying which orders have the same location name/different location GIDs - you could, for example, insert the location name as the Ship With Group field value. Then, when you select all of your orders for bulk planning (could be your entire set of orders), orders will only plan together with orders that have the same Ship With Group value, and thus your orders with different location GIDs but the same name, will end up planning together.
I hope I understood your problem, because it's a bit of an ugly solution... |