Hi All,
We have the following requirement.
While the above jobs is still executing, if User B clicks the button 'Reload' this should then Start the job 'Reload Data' (for Company 1, Department 2) or at least queue it
I tried setting up 'Reload Data' job as a Parallel job, but only User A is able to start the job. User B always fails since the job is still running for User A
We have the following requirement.
- User A logs in and opens Report X (filtered for Company 1, Department 1)
- User B logs in and opens Report X (filtered for Company 1, Department 2)
- We have a job which reloads data based on 2 variables (Company, Department)
While the above jobs is still executing, if User B clicks the button 'Reload' this should then Start the job 'Reload Data' (for Company 1, Department 2) or at least queue it
I tried setting up 'Reload Data' job as a Parallel job, but only User A is able to start the job. User B always fails since the job is still running for User A