Update Registration of Return Order

Hi,

I have one query, Our client is creating a Return Order , they also want update the inventory so they will do Registration process for each line of Return Order.

Which is very lengthy and time consuming job.

Does any one know the quick solution ? or can do it using x++ to update all item Registration ?

Regards,

As the dimensions and the disposition code are specific to line/item, it is allowed to do the registration line wise.
if you feel the same disposition code applies to all the lines, you can change the registration process to allow multiple lines through code. I have never done this my self before.