Hello in there,
I’m in a Case Entry customization, working in a custom sheet.
When I create a new order from either the custom sheet or the standard actions/create order, the sales order form launches. When it closes, focus goes to the links/order panel and displays the new order in a grid.
My issue is that I want focus to go back to my custom sheet instead. I can’t seem to find an event on the links/order panel that would tell me it’s been displayed. linkedOrderPanel1.GotFocus doesn’t seem to do anything. I’ve tried several things on the grid – eugOrderList.GotFocus, .Enter, .BeforeRowActivate, etc. They don’t fire until I click on the grid.
Any suggestions?
Thanks,
Joe