Hi Experts,
Is it possible to transfer an item from one wMSLocationId to another with in same InventLocationId?
Consider I have two dimensions
1. InventSiteId = "S" ; InventLocationId = "WH"; wMSLocationId = "XXX"; InventDimId = 00200
2. InventSiteId = "S" ; InventLocationId = "WH"; wMSLocationId = "YYY"; InventDimId= 00741
I am trying to create Transfer journal through x++.
For the field inventJournalTrans.InventDimId, I assigned 00200 and
For the field inventJournalTrans.ToInventDimId I assigned 00741
The insert statement inventJournalTrans.Insert(); is inserting value 00200 for field inventJournalTrans.ToInventDimId
Then I tried creating transfer journal manually. "From location" and "To location" columns are not editable. I believe I am missing some setup to enable the "From location" and "To location" in Inventory Transfer journal form
Kindly guide.
Thanks,
N.Sridhar
*This post is locked for comments
I have the same question (0)