Hello,
We have upgraded from 6u13 to 6u24 and our Tech portal is no longer able to print service reports.
We have a button that run the following language:
var task_id = getControlValue('task','task_id');
alert(task_id);
if (isNullOrEmptyString(task_id)) {
return false;
}
var reportParams = 'task_id=' + task_id;
printReport('FSE_SERVICE_REPORT_INT', reportParams, PDF);
This code has functioned for the last 12+ months under 6u13 but now in 6u24 it no longer functions.
We are receiving the following error.
Out report is formatted