Forum Discussion

Martin_Gebhartl's avatar
Martin_Gebhartl
New Contributor III
26 days ago

Catch Button action (save/force calculte) with Eventhandler

Hello,

I am currently working on some Eventhandlers to prevent a group of users to execute calculate/translate/consolidate in dedicated scenarios. This was easy to do and works fine.

But we have created a button in a dashboard which combines a save action "save data for all components" with a Server Task "Force Calculated" and I don´t know how to catch this button in an Eventhandler.

Any hints how to do this?

Regards
Martin

1 Reply

  • MarcusH's avatar
    MarcusH
    Valued Contributor

    You are not giving us much to work on. Why do you need to capture the button event? What is it that the BR would do? Maybe change the Server Task to execute Business Rule?

    There are 2 event handlers that might be of use: SaveDataEventHandler and WcfEventHandler. I think they are both discussed on this forum. I would avoid using either of them if at all possible as the impact on the system can be large for the sake of one dashboard.