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

"Cannot render section" gets displayed on the screen

SA-36462

Summary



When transferring an assignment by using pxTransferAssignment, everything is fine.

But if the SLA fires, it does not transfer the assignment. In SLA, nothing has been done. Only simple Data transform, then also it is not transferring.

Error Messages



In the logs, user could see the below error:

2017-03-01 14:45:28,746 [] [Processing] [ ] [ SBKSHC:02.01.01] (K_SHC_Work_Task_CustAct.Stream) ERROR tauron01537-11| staszek - Section 'pzGridModalHTML' execution error on page 'TransferWorkPage' of class 'SBK-SHC-Work-Task'.
com.pega.pegarules.pub.runtime.IndeterminateConditionalException: ** @hasMessages(local.interestPage) null
at com.pega.pegarules.priv.FUAUtil.activityPreTranIndeterminateConditionalCheck(FUAUtil.java:442)
at


Steps to Reproduce


  1. Create a Top case type and a Sub case type (1 stage, 1 step, 1 assignment).
  2. Show the Subcases in grid on Top case in case overview.
  3. Configure local action on grid row to transfer the Subcase assignment to operator.
  4. Configure SLA on the Subcase’s assignment.
  5. Configure the Top case flow to spinoff Subcase.
  6. Create Top case item.
  7. Wait until the Subcase assignment is touched by SLA agent.
  8. Transfer subcase assignment.


Root Cause



When the link on the repeat grid is clicked, pyAcquireObject is called which opens the child work object as pyWorkPage.

pxTransferAssignment on the modal window post processing, is invoked on this workpage.

As the assignment is on the same workObject pxTransferAssignment fails in this case. This is an expected behavior.

Resolution



Perform the following local-change step :

In such cases Reassign activity can be used.

(Or)

The page of repeat grid can be changed to parent class.

(Or)

Rename TransferWorkPage to pyWorkPage after calling pxTransferAssignment.

Published May 9, 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?

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