Skip to main content

This content has been archived and is no longer being updated. Links may not function; however, this content may be relevant to outdated versions of the product.

Support Article

IAC: Summary view drill down report displaying blank page

SA-45487

Summary



User has configured Internet Application Composer (IAC) gadget with display action as harness.

In that harness, user has included the SummaryView by using below Pega tag:


<pega:chart name="AgeOpenByClassIC" className="$SAVE(workpool)" width="100%" height="" timeout="3200"/>

However at run time, chart is not displaying as expected. When user open show data icon from Summary View chart, then it is displaying the empty screen instead of drill down data.


Error Messages



Script Error : Access denied in browser console


Steps to Reproduce



Configure gadget with summary view report.


Root Cause



A defect in Pegasystems’ code or rules :

User is changing the domain of the application. When user is trying to drill down a chart/report, blank.htm is used to submit the form. Now blank.htm is in other domain, hence it is throwing access denied error in browser.


Resolution



Apply HFix-38035.

Blank.htm will be an available rule. Save as the rule into applicable application ruleset and provide the domain in that file.


Example:

<script>
document.domain = "abc";
</script>

Published February 1, 2018 - Updated October 8, 2020

Was this useful?

0% found this useful

Have a question? Get answers now.

Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.

Did you find this content helpful?

Want to help us improve this content?

We'd prefer it if you saw us at our best.

Pega Community has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.

Close Deprecation Notice
Contact us