setTimeout(function(){
if([Report] != 'done') {
$('#ifRR15').contents().find('input[type="button"]').click();
}
},500);
NOTE - Replace [Report] with the name of the Report Runner control that you would like to auto click
If the report runner control fails to load for any reason the sending will fail and there may be no user notification.
Article ID: 772, Created: April 21, 2016 at 1:08 PM, Modified: November 2, 2016 at 10:15 AM