Requirement for a courier company: one customer order has request for multiple pickup locations and multiple delivery locations. These pickup and delivery service requests cannot be manually broken down into separate work orders because a driver picks-up a box and delivers the same box that is pickup.
Out of Box : has workorder that takes only one service address.
Any suggestions the best way to approach this customization?
Could you create a new entity called Delivery Address. Then attach multiple delivery addresses to a Service Account? Then probably think of some way of displaying those delivery addresses on the Work order?