Hi, I want to know, where the rule is triggered on the backend when we schedule a list report to be sent as an attachment using reports? Where can we find/see the rule?
@MamathaA3906
Schedule report are nothing but schedule events only.
You can check the Instance of System-Queue-ScheduleTasks. You should have any entry there for any Schedule reports.
There is an Agent in the same class which is responsible for executing all these schedule tasks. You can check the Instance the above class and you will get the details
Hi Prakash, the rule is triggering through “ScheduledTaskProcessor” Agent. You can see the agent in admin studio–> Agents