Comments
I see this is added to the Purchase Line now, thank you for doing that, although you told me this was not on your roadmap, but you still did it.
  procedure SetDefaultQuantity()
  var
    IsHandled: Boolean;
  begin
    IsHandled := false;
    OnBeforeSetDefaultQuantity(Rec, xRec, IsHandled);
    if IsHandled then
      exit;
Very much needed feature. Not all companies require or can utilize the container process, can afford to scan 50 LP's at time of sales pick or logistics dictate they pre-stack pallets with boxes for large future orders where a single scan can facilitate sales pick at time of order fulfillment. Too much good utility baked into this potential feature.
important thing here is whether you would need to re pack the containers physically or just move the contents of one container into the other, for example you have two half pallets that have been packed for 1 customer, you'd take pallet A as the base and move the contents of pallet B onto it so Pallet A would continue to exist but would gain content where as pallet B would cease to exist physically
For now you can look at a third party app to do this while it isn't covered by the base product. Our DocumentPath app for BC adds many options for sending documents, including a "Post and Send" action to do it all in one shot. Multiple setups can be configured for each document, so if you want an email shipping notice to go out when a shipment is posted and also want a hardcopy to print in the warehouse to use as a packing slip, that sort of thing can easily be configured.