I invoiced and item with BOM but Navision is not consuming the components automatically. The item is not manufactured, how can I reduce the components without exploding the BOM?
Standard navision without manufacturing is made for MTS environments (imho). What you want is MTO or ATO.
For that, a production planner would run the requisition journal and launch PO's from there. When they are completely finished, the finished goods are reserved for that sales order and the components are consumed. (simply put).
Or
Another method is to use a BOM Journal, this wil positively adjust the output and negatively correct components on posting. (again simply put).
What you could do (and i've done) is fill the BOM Journal and call the codeunit to post it, at the start of the shipping or invoicing process.
Could you help with your soultion. I have same problem. My client wants to ship BOM's with no inventory on hand.
There fore I believe your idea will work. I need the BOM Journal Created and posted before the shipment is posted to Item Ledger entry.
Their problem at moment...because they post shipment, which creates Item Ledger Entry and then they create and post BOM Journal. This results in the final cost being netted to the Components instead of BOM.
More detail please.
Comments
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
Regards.
Standard navision without manufacturing is made for MTS environments (imho). What you want is MTO or ATO.
For that, a production planner would run the requisition journal and launch PO's from there. When they are completely finished, the finished goods are reserved for that sales order and the components are consumed. (simply put).
Or
Another method is to use a BOM Journal, this wil positively adjust the output and negatively correct components on posting. (again simply put).
What you could do (and i've done) is fill the BOM Journal and call the codeunit to post it, at the start of the shipping or invoicing process.
Regards
There fore I believe your idea will work. I need the BOM Journal Created and posted before the shipment is posted to Item Ledger entry.
Their problem at moment...because they post shipment, which creates Item Ledger Entry and then they create and post BOM Journal. This results in the final cost being netted to the Components instead of BOM.
More detail please.