I appreciate the help in advance, I am trying to automatically save the information on the "Change Orders" screen. When they press the "Create Change Order" button on the "Change Request" screen.
Could you tell me what event or method I should use to achieve this.


You have two options. 1.Write code to create a ChangeOrder in RowPersisted Event of ChangeRequests 2. You can override the existing Create Change Order button.