Allow content editor to run SOME Tasks in task scheduler application

Daniel Nistreanu asked on December 15, 2019 11:54

Hi, how can I allow a content editor access to some specific tasks or at least task scheduler application, without assignin him as admin ?

Recent Answers


Juraj Ondrus answered on December 16, 2019 06:38

You can either create a custom module so you will have it in the interface and in the code of the module you will use the API to run scheduled task. However, it does not make much sense to run a scheduled task manually - I mean in regular way. Sometimes yes. So, why don't you clone the code and add it to a custom web part or ASPX page template (or physical ASPX page with a button which will trigger the code), create a dummy page in the content tree and tell the editors to go to that page if they want to run the code?

1 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.