Hi,
We're selling a design tool called Quadro for the manufacturing of window frames. Out of this ASP.NET service, a Bill Of Material for each window frame is created.
I need to build the folllowing workflow:
1) User designs window frames in Quadro
2) User publishes the BOM's to Microsoft BC
3) User pubilshes a Sales order to Microsoft BC, which contains the different products that refer to the corresponing BOM's
4) When ordered, a Manufacturing Order is to be created by Microsoft BC.
I have this workflow working with Odoo ERP. Now I have to build the same with Microsoft BC.
I believe step 4 is no problem and automated by Microsoft.
Can someone give me a good starting point. What do I need to connect to BC's API for creating BOM's and Sales Orders? Is there some sample code available. I've searched a lot and it seems that BC has a build in API for the Sales Orders. But what about the BOM's?
Thanks