Transfer Order Workbench

Hi, In the process of creating transfer orders from the suggestions in the transfer order workbench, once the Create button is clicked the system creates a transfer order and wipes out the screen. It does not display the transfer order number it just created. Is there a way to get the transfer order number displayed to the end user after it has been created? The way we receive PO numbers after creating them from PO suggestions. Can this be enabled through a BPM or some kind of customization? Any help is appreciated. Thanks.

When it generates the transfer order, it uses the TransferWorkBench BO by calling Update and then ProcessNewSuggestions. None of those return the newly created transfer order number I’m afraid (shows 0 on my traces). So I don’t think there is something easy or straight-forward that you can use. Maybe a post BPM that will search and retrieve the latest transfer order number - the missing piece is when to trigger that.

1 Like