The OneStream Community is temporarily frozen until June 29th due to the ongoing maintenance. Please read the blog post here to learn more.
Forum Discussion
Jorge_Haces
3 years agoNew Contributor II
Can I execute a BR after saving data?
I'm trying to execute a calc after an input data in a CV, when the user click in the OS default save button (giving the flexibility to use a DB, CV or Excel addin with the same CV)
Is possible?
- 3 years ago
If you are going to do this in EXCEL, your option will be to use WcfEventHandler. I wouldn't recommend using SaveDataEventHandler as that will run on every save operation.
- 1 year ago
Is your DQEH using a "StartDataMgmtSequenc" vs a "ExecuteDataMgmtSequence"? I think start just starts and moves on but execute will wait for completion, so an execute may update task activity box better.
creddick
1 year agoNew Contributor
If I have a DQEH that kicks off a force consol but when I start it I have to go to Task Activity to see the progress because the box that comes up just jumps to100 and goes away.
Thanks CR
T_Kress
OneStream Employee
1 year agoIs your DQEH using a "StartDataMgmtSequenc" vs a "ExecuteDataMgmtSequence"? I think start just starts and moves on but execute will wait for completion, so an execute may update task activity box better.
- WernerN1 year agoContributor II
Thanks Teresa, I never thought about using Start and then trying to update the window that blocks the user. This seems to be the way to go for one of my requests.
- creddick1 year agoNew Contributor
Thank you for you response. I made that change and it works a bit better than just having the box go away, but now it just stays there and doesn't show the status as if they just had a regular consol going. i will have to see how the users feel, but thank you.
CR
Related Content
- 3 years ago
- 9 months ago
- 2 years ago