Hope this might be helpful:
No, there is no standard functionality in Business Central to handle multiple customers making payments against a single Sales Order. The "Bill-to Customer" field on a Sales Order is designed to be a single entity responsible for the invoice and payment.
To achieve this, you would require AL code customization. This scenario is complex and typically involves:
- Splitting the Sales Order: Creating multiple sales orders (or invoices) to reflect the different paying parties, even if they originated from a single "master" order.
- Custom Payment Application Logic: Developing custom logic to apply partial payments from different customers to the same underlying original order/invoice, potentially using a linking table.
- Manual Reconciliation: Relying on manual reconciliation outside the standard system or through custom reports to track payments from various sources against a single order.
It is highly recommended to contact your Microsoft Partner or an in-house developer to design and implement a custom solution for this specific business requirement.
✅ Mark this answer as verified if it helps you.