resendScheduledReport() Method

In ScheduleService, use the resendScheduledReport() method to resend a previously-defined scheduled report. The resend action is respective to the outputJobID. There's no need to define any delivery channels options, as the previously-defined delivery parameters are used to perform the resend action.

Signature

boolean resendScheduledReport(String outputJobID, String userID, String password);

Parameters for resendScheduledReport() Method

Parameter Description

String outputJobID

The outputId generated when you run the job. To get the outputId of a specific job, run the getScheduledReportOutputInfo() method of ScheduleService.

String userID

Specifies the user name.

String password

Specifies the password for the user name.