SKMundra
3 years agoNew Contributor III
Is there any way that we can stop users from running Force Consolidate for a given period
hello all, please suggest if there is a way that we can stop users from running Force Consolidate for a given period?
- 3 years ago
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