Sirs:
Using Visual Studio Tools for Dynamics GP, I need to know how to save custom fields on the SOP Transaction Entry form.
I am able to see the fields in the .NET environment, my question goes to how we should trap the 'save' event in GP.
In VBA, I would put code behind the SAVE button, and I would also have to trap the Modal Dialog events to see if the form was saving before a print or a navigation event.
Is there an easier way to see if someone is saving the form?