Posts

Showing posts with the label 2012

Cretae BOM through code AX2012/D365 x++

Public BOMVersion createBOM()     {         BOMVersion                      bomVersion;         ItemId                                 _itemId = "ItemId";         InventTable                         inventTable = InventTable::find(_itemId);         BOMTable                          bomTable;       ...