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

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -