Maximum elapsed time in seconds for Report Definition

How can we increase Maximum Elapsed time in seconds when we are tring to call report from activity

Call Rule-Obj-Report-Definition.pxRetrieveReportData

@Priyanka_Konda - We have this option only for export of records and also for the retrieve records from DB. This option is present in report definition rule Data access tab.

In global level setting we can find at Configure → Reporting → Settings.

Thank you.

@Priyanka_Konda

1. Open the Report Definition and Adjust the Timeout Settings

  • Navigate to the Records -->Reports–>Report Definition Open the report definition rule.
  • Go to the Data Access tab, Look for the Maximum elapsed time in seconds field and This field specifies the maximum amount of time the report is allowed to run before timing out.
  • Save the report definition rule after adjusting the timeout settings.

2. Activity Parameters Reflect the Changes

  • In the Records explorer, go to Technical > Activity and open the activity where you want to call the report.
  • Add a new step and Select the method Call Rule-Obj-Report-Definition.pxRetrieveReportData.
  • Include the ReportName and any other parameters required by your report
  • If the Rule-Obj-Report-Definition.pxRetrieveReportData method has an option for a timeout parameter, set it to the desired value.
  • Save your activity after setting up the step and Run the activity to ensure it correctly calls the report with the adjusted timeout.