how to move reserved items

Hi there,

I need to make a functionality that requires moving reserved items from one location to another. Is there any way to do that? There are two versions of this movement, one is that the items are located in one pallet (so it’s a matter of moving a pallet between two locations with reserved items on it) and the other is moving items from one pallet to another. I’m thinking of making a mechanism that unreserves an item, moves it, and reserves it again, all done in a tts transaction, there is also a possibility to manually change inventory dimensions, but maybe there are existing Axapta mechanisms that allow that? Does any inventory journal allow such movements? The fact that the items are reserved is very important.

Thanks in advance for help,

Lucas

The transfer journal allows you to move items in this manner, but only available items. By the nature of the transaction if it is not available because it is reserved you cannot move it.

You would need to unreserve it and then process a re-reserve, but obviously if the user selects the location on the line and commits the reservation and you then unreserve it and move it you will not be able to re-reserve unless you re-write the sales line as well.