Available Events
Available custom events are listed in this section.
Before / After Selection Changed Events
These events run before / after a custom control is clicked.
Example: Delete Plan will run any defined code in the DeletePlan section before/after the actual deletion of the plan data.
-
SaveSettings
-
CreateSolutionTables
-
ValidateSetupStepsExecuted
-
Uninstall
-
CopyActivityClassToOne
-
CopyRegisterPlanToOne
-
CopyCalcPlanToOne
-
CopyRegisterPlanToMany
-
CopyRegisterAndDetail
-
DeleteActivityClassDetail
-
DeleteRegisterOrRegisterPlan
-
CalculatePlan
-
DeletePlan
-
WorkflowComplete
-
WorkflowRevert
-
ImportXLSXFile
-
ImportRegisterConnector
Before / After Save Data Events
These events run before / after the save event for the listed grid types.
Example: Use to test grid data prior to saving and potentially not allowing the data to be saved if a check is failed.
-
SaveRegisterRows
-
SaveCalcPlanDetailRows
-
SaveStatusRows
-
SaveAccountRows
-
SaveActivityTypeRows
Register Restriction on Calculation Event
This event allows the tailoring of the SQL WHERE clause against Register Items before applying Calculations, eliminating unnecessary application of calculations.
Example: Applying all calculations against all register items may not be necessary and consume resources unnecessarily. Use to limit the number or register items before being applied against the calculations.
-
SetCustomWhereClause