unit id etiketine sahip kayıtlar gösteriliyor. Tüm kayıtları göster
unit id etiketine sahip kayıtlar gösteriliyor. Tüm kayıtları göster

30 Kasım 2011 Çarşamba

AXAPTA get unit id for an item

Unit id for items aren't saving item table. There is a table named InventTableModule for unit id:


MyTable.UnitID  = InventTableModule::find(Sobj.ItemId,ModuleInventPurchSales::Invent).UnitId;

Second parameter is which module you looking for.