Event Listing
Event Handler Business Rules
WCF Event Handler
This allows direct interaction with the Microsoft Windows Communication Foundation which means it listens to communication between the client and the web server. The rule will intercept the communication, analyze it, and if certain criteria is met, it will run its logic. This is quite flexible and has a variety of uses such as creating, reading, deleting, and updating different types of objects in the system for users in a group or Transformation Rule changes. For example, a rule can be created to e-mail an auditor about every metadata change as it happens.
Transformation Event Handler
This can be run at various points from Import through Load. Available operations:
-
StartParseAndTransForm -
InitializeTransFormer -
ParseSourceData -
LoadDataCacheFromDB -
ProcessDerivativeRules -
ProcessTransformationRules -
DeleteData -
DeleteRuleHistory -
WriteTransFormedData -
SummarizeTransFormedData -
CreateRuleHistory -
EndParseAndTransForm -
FinalizeParseAndTransForm -
StartRetransForm -
EndRetransForm -
FinalizeRetransForm -
StartClearData -
EndClearData -
FinalizeClearData -
StartValidateTransForm -
ValidateDimension -
EndValidateTransForm -
FinalizeValidateTransForm -
StartValidateIntersect -
EndValidateIntersect -
FinalizeValidateIntersect -
LoadIntersect -
StartLoadIntersect -
EndLoadIntersect -
FinalizeLoadIntersect
Journals Event Handler
This can be run before, during, or after a Journal operation such as Submission, Approval, or Post. Available operations:
-
SubmitJournal -
ApproveJournal -
RejectJournal -
PostJournal -
UnpostJournal -
StartUpdateJournalWorkflow -
EndUpdateJournalWorkflow -
FinalizeUpdateJournalWorkflow
Save Data Event Handler
This is run in order to track all save events in an application.
Forms Event Handler
This can be run before, during, or after an operation such as Form Save. Available operations:
-
SaveForm -
CompleteForm -
RevertForm -
StartUpdateFormWorkflow -
EndUpdateFormWorkflow -
FinalizeUpdateFormWorkflow
Data Quality Event Handler
This can be run before, during, or after data quality events like Confirmation and Certification. Available operations:
-
StartProcessCube -
Calculate -
Translate -
Consolidate -
EndProcessCube -
FinalizeProcessCube -
PrepareICMatch -
StartICMatch -
PrepareICMatchData -
EndICMatch -
StartConfirm -
EndConfirm -
FinalizeConfirm -
SaveQuestionResponse -
StartSetQuestionairreState -
SaveQuestionairreState -
EndSetQuestionairreState -
StartSetCertifyState -
SaveCertifyState -
EndSetCertifyState -
FinalizeSetCertifyState
Data Management Event Handler
This can be run before or after a Data Management Sequence or Step runs. Available operations:
-
StartSequence -
ExecuteStep -
EndSequence
Workflow Event Handler
This can be run before or after a Workflow execution step. Available operations:
-
UpdateWorkflowStatus -
WorkflowLock -
WorkflowUnlock


