You need to sign in to do that
Don't have an account?
Temporarily Disable Users updating forecasts
I have a need to disable users from entering their forecasts during certain period of time in a week. For example, every monday from 9am to 11am.
How can this be scheduled ?
I am thinking of turning off the Forecast tab in the Profile > Object Settings using apex, but not sure if this can be done.
Please advise available options
How can this be scheduled ?
I am thinking of turning off the Forecast tab in the Profile > Object Settings using apex, but not sure if this can be done.
Please advise available options
Can you try the following manually through UI first? it if works, you can write a scheduled apex to do the same
- From Setup, enter Users in the Quick Find box, then select Users.
- For each user that you want to enable, click Edit.
- Under General Information, de-select/select Allow Forecasting.
- Save your changes.
Let me know if it helpsAnudeep