Hey! I need to modify the form for canceling a sales order so that when a user wants to cancel an order, he should mention a reason. The value selected from the field must then be saved in a field in the header of the SalesTable form. I called the main method of my dialog class on the clicked method and in run I called the closeOk method on the order cancellation form (SalesCancelOrderDropDialog). How do I retrieve the RecId for SalesTable in the run method to be able to put a value in my field? Or should I modify the closeOk method on the form? Thanks!