SeanV
7 months agoNew Contributor III
WorkFlowEventHandler - Run a Business Rule before truly saving data to the cube?
Cube View within a Dashboard. When an amount in a data cell is changed and the save button (either the cube view save button or a dashboard save button) is clicked I would like to add in validation code that evaluates the changed amount.
A WorkFlowEventHandler allows me to identify the CubeView so that I can isolate the action solely to that cube view.
So far in the WorkFlowEventHandler I have been able to identify the cube view and get code to fire based solely on that CubeView, however it all seems to run after the cube data has been saved.
Is it possible with a WorkFlowEventHandler to have code run before the changed amount is saved to the cube and not save the changed amount based on some validation/code logic?