Ax2012物料清单(BOM)

时间:2021-02-26 20:38:26

I am in a requirement for validating if the item has a BOM associated with it, can anyone please help me in finding if The item has a BOM or not.

我要求验证物品是否有与之关联的物料清单,任何人都可以帮我查找物品是否有物料清单。

1 个解决方案

#1


0  

To check if a bill of material exists for an item, you can query the BOMVersion table if it has an entry for the item.

要检查物料是否存在物料清单,您可以查询BOMVersion表是否有物料的条目。

To check if an item is used in a bill of material, you can query the BOM table if it has an entry for the item.

要检查物料清单中是否使用了物料,您可以查询物料清单表是否有物料的条目。

#1


0  

To check if a bill of material exists for an item, you can query the BOMVersion table if it has an entry for the item.

要检查物料是否存在物料清单,您可以查询BOMVersion表是否有物料的条目。

To check if an item is used in a bill of material, you can query the BOM table if it has an entry for the item.

要检查物料清单中是否使用了物料,您可以查询物料清单表是否有物料的条目。