Re: [Axapta-Knowledge-Village] Unreserve and reserve by code

2007-01-26 Thread Akash
Hi, I am able to find a perticular transaction from my transfer journal i need to un reserve and succeeded in unreserving the quantity. Here is the code i used for un reserving : - InventMovement = ItnventTrans::findTransId("01").inventmovement

Re: [Axapta-Knowledge-Village] Unreserve and reserve by code

2007-01-24 Thread allie
wledge-Village] Unreserve and reserve by code Hi All, I have an item having quantity 1000.00 locates at one warehouse "MW1" that is reserved. I want to transfer the 1000.00 quantity from warehouse "MW1" to warehouse "GW" , hence first i need to unreserve the quantity an

[Axapta-Knowledge-Village] Unreserve and reserve by code

2007-01-24 Thread Akash
Hi All, I have an item having quantity 1000.00 locates at one warehouse "MW1" that is reserved. I want to transfer the 1000.00 quantity from warehouse "MW1" to warehouse "GW" , hence first i need to unreserve the quantity and then transfer and then reserve the quantity against warehouse "GW" . I