"Save" Form Event

Epicor does not have a “Save” form event. I have written some code to copy some of the values on the form to another table. I only want to do this if the user clicks the “save” toolbar button of if agree to save the records upon exiting the form.

Is my best option the following?:

EpiViewNotification (NotifyType.AddRow)

Write a BPM it is a much better approach for what you are trying to accomplish. BPM on (Method).Update

2 Likes

Typically when you are dealing with other tables, it is recommended to go with a BPM. Unless you have serious client-side requirements such as (On Save, Launch the Outlook API and do this and that etc…)

If you wanted to ignore the great advice here, you can catch toolbar events
I’m pretty sure.

Maybe you have a weird case where a bpm isn’t the best bet (for me it was
time and expense submission approval- damn that Auto submit)