ogonzalez
2 months agoNew Contributor II
Run a DM as a different user
Hi there, We have one Business Rule that reorganize some security groups adding/removing Parent Groups based on a certain hierarchy, however, we are facing the issue that when the user executing thi...
- 2 months ago
I think this is usually solved by changing the process a little. Instead of a user clicking a button to execute the job, the user clicks a button that records somewhere (e.g., some sort of queue) that the user wants to execute the job. A scheduled task with appropriate privileges is configured to run frequently which checks the queue to see if there is anything that needs to be and should be run, and then runs it.