Batch Posting for Transfer Order

i want to make a batch posting routine for transfer order in Navision attain-310, similar to Batch posting of sales order. but the problem is when the system finds an error the activity is stopped, without further processing of the transfer orders. have any one done this or can any one give me some hints ,as how to proceeed . regards Harikesh

Never done it but the following you should do. (talk like yoda here) Call you post codeunit like this. IF PostTransferOrder.RUN THEN foo PostTransferOrder.RUN will return a false if an error occured. You can then add some parameters to return the number of document posted. Good Luck!