Dynamics AX , items on wmslocation -
new dynamics ax,how item in particular wmslocation , relation b/w wmslocation , inventtable?
the easiest way create on-hand counting journal wms location.
there no direct relation between these 2 tables. item id inventtable can used connect inventtrans table. inventtrans table has itemid, transaction type (inventory transaction, transfer, item counting, etc) , inventdimid. inventdim table has link particular dimension group looking (wmslocationid).
so sql like:
select distinct (itemid) inventtrans inventdimid in (select inventdimid inventdim wmslocationid = 'wmslocationid care here')
Comments
Post a Comment