Hi All,
I need to work on a report which will display all items and their relevant BOMS on each level.
Which tables are BOM and levels stored? What is the relation of these tables?
Maybe even better if I can get hold of a diagram?
Please help ASAP.
Kind regards.
0
Comments
Here is a small overview of the BOM related tables:
BOMTable table - a header of the BOM list. It contains a unique BOMId, that will be used by BOM lines to refer to the header.
BOM table - lines of the BOM list. They are using BOMId of the BOMTable record to refer to the header.
BOMVerson table - this table connects an item and a BOM (header). It allows to have many-to-many relations betwean an InventTable and BOMTable. It means that many items have the same BOM, and many BOMs can be assigned to the same item. However, only one BOMVersion record will be selected and its BOM Id is used on the order line during the order creation and this selection is based on the criteria specified on the BOMVersion record (e.g. order quantity, order date) and the respective data on the order line (sales or production). This table is not mandatory and actually maybe disabled in the configuration key. If it happens, then there will be always 1-to-1 relation betwean an item and a BOM and it won't be possible to setup automatic selection based on criteria.
That's it. These three tables are enough to build the entire BOM structure. And good luck with recursion
Also take a look at the report BOMConsistOf, it may be already doing what you are going to do.
Best regards,
Vitaliy
look report "BOMConsistOf" and make a correction. Bom level is on inventtable-'Bomlevel' :!:
A while ago I uploaded Ax 4.0 data model document here - http://dynamicsuser.net/media/18/default.aspx
Though it is not obviously for Ax 2009, it might still answer your questions.
Regards,
Long way to go before I sleep..
I have a strange issue. Unfortunately the "BOM" related stuff is not visible anymore in my AX 2009 client. Not event on "Stock Management" client area page (i.e. "BOM Shippments") nor under the "Item Type" field (Combo box (i.e. "BOM")).
Also all the items listed under the "Stock Mangement"->"Item Details" form.
I think the issues is related to security (Access Rights), but i am not able to find the actual cause of the problem.
Can you please suggest some ways to overcome this issue as soon as possible. It is very critical to me.
Thanks in advance.
Regards,
/Ashlesh