A place to share Microsoft Dynamics Ax knowledge.Writing this blog has been to try and make the process of learning AX
programming easier for developers who are new to AX.I hope this blog helps you to
become an efficient AX developer.
Welcome to the wonderful world of AX programming!
Check, item does not exists in 1st 3 tables, where it should exists in all 6 below tables. (Regards - Sunil Khalapurkar) select * from InventItemInventSetup where itemid='ITEMID' select * from InventItemSalesSetup where itemid='ITEMID' select * from InventItemPurchSetup where itemid='ITEMID' select * from InventTable where itemid='ITEMID' select * from InventTableModule where itemid='ITEMID' select * from InventItemLocation where itemid='ITEMID'
Check, item does not exists in 1st 3 tables, where it should exists in all 6 below tables.
ReplyDelete(Regards - Sunil Khalapurkar)
select * from InventItemInventSetup where itemid='ITEMID'
select * from InventItemSalesSetup where itemid='ITEMID'
select * from InventItemPurchSetup where itemid='ITEMID'
select * from InventTable where itemid='ITEMID'
select * from InventTableModule where itemid='ITEMID'
select * from InventItemLocation where itemid='ITEMID'
It exists in all 6 tables so whats the problem?
ReplyDelete