Mail Merge
Last updated 17/01/2023
Event | Executes | Description |
---|---|---|
Do Create | Server | Executes when the menu item referencing the mail merge record is clicked. |
On Selection | Client | Executes when the menu item referencing the mail merge record is clicked. |
On Show | Client | Executes when the menu item referencing the mail merge record is clicked and before the page renders. This event is called after the On Selection event. |
Do Close | Server | Executes when the mail merge record is closed. |
On Cancel | Client | Executes when the Cancel button is clicked. |
On Run | Client | Executes when the Run button for the mail merge record is clicked. This event is called just before the Do Run event is executed. |
Do Run | Server | Executes when the Run button for the mail merge record is clicked. |
Do Merge Record | Server | Executes for each mail merge record while the mail merge is running. This allows attaching documents to a mail merge. |