The Pool report displays the upcoming tasks for an employee.
The system calculates it and saves it in table BEAS_TEMPREPORT
With the function "Create" you can create the report in this table and this function returns a PoolReportid
With this ID you can read the PoolReport
ReportId=get PoolReport/Create("","",true) ; // Create the poolReport
get PoolReport; Read the report. You can link this to all work order tables
PoolReport/Delete(ReportId); // delete the report
Note: If you don't delete the report, the system will delete it the following day.