what db are job scheduler stored at

Hello,

We have a requirement where we’re supposed to get the last job run value of a job schedule and use it in a filter in the report definition.

D_pzJobSummaryInfo will gather the list of job schedulers but we don’t know yet where we can find the db it data page uses so that we can use it for querying for the function alias.

Any help would be nice

@eoro34 good morning, the class for a Job Scheduler is RULE-ASYNC-JOBSCHEDULER. if you do a Test Connectivity in this class it seems mapped to pr4_rule table in PegaRULES database.

Hope it helps,

Iñigo.

@VEIGI Good day, it did help! thanks