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

Next Best Action Cannot render results properly

SA-37459

Summary



When there are more than 15-20 suggested tasks or Next Best Actions, only last few suggested tasks are displaying on screen.
On zoom-off, user is able to see all the suggested tasks.


Error Messages



Not Applicable

Steps to Reproduce



1. Launch an interaction.
2. Launch a service case.
3. Process the service case, so that it launches more than 15-20 suggested tasks.

Root Cause



Launching more that 15-20 suggested tasks is a user specific requirement.

Section rule CPMInteractionIntents which displays the suggested tasks, does not provide scroll bar by default or use Progressive Pagination from OOTB.

Resolution



Perform the following local-change:

1.
Use Progressive Pagination in the first repeating layout of CPMInteractionIntents section rule.

Or

2. Provide scroll bar for the area where suggested tasks are displayed.

Scroll bar can be added by adding the below code in the application-custom-css rule.


.layout-outline-nba_header>.layout-body, .layout-noheader-nba_header>.layout-body {
height:200px;
overflow:auto;
}

Published May 24, 2017 - 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