Skip to main content
Newcomer
January 14, 2022
Solved

Is there any way that we can stop users from running Force Consolidate for a given period

  • January 14, 2022
  • 3 replies
  • 1 view

hello all, please suggest if there is a way that we can stop users from running Force Consolidate for a given period? 

Best answer by ChristianW

Hi all

There is an event handler to control front end actions. You can use it to prevent a force consolidate. You will find the details here.

You just need to check the condition (i.e. that it is a force consolidate) and then cancel the action. If you like to inform the user, that force consolidate is disabled, you need to trigger an error and control the error message.

But use it careful, you can stop the front-end from working correctly, because a bug prevents functions that trigger the event handler to fail.

 

Regards Christian

3 replies

Contributor
January 14, 2022

I just spent 10 hours yesterday fixing just this issue.  Someone accidently hit Force Consol vs Consol.  There should be a second prompt at minimum saying are you sure on any Force.  Hopefully it is on the list of improvements.

SKMundraAuthor
Newcomer
January 14, 2022

Hi Clarke, agree .. Same issue we are facing somewhere, really spent too much time on it now.. 

OneStream Employee
January 18, 2022

Hi all

There is an event handler to control front end actions. You can use it to prevent a force consolidate. You will find the details here.

You just need to check the condition (i.e. that it is a force consolidate) and then cancel the action. If you like to inform the user, that force consolidate is disabled, you need to trigger an error and control the error message.

But use it careful, you can stop the front-end from working correctly, because a bug prevents functions that trigger the event handler to fail.

 

Regards Christian

Newcomer
April 11, 2022

Thanks for sharing this information Christian.  I am getting a access denied error when I click on the link you provided above.  Do you know what kind of access I need to see it? 

OneStream Employee
April 11, 2022

Hi Clifton, please contact you Onestream services contact or your partner (if you are a customer) to get the information. Regards Christian