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

Section in repeating dynamic layout is read-only

SA-72990

Summary



After installing HFix-41831, when a Validation error displays on a section in a screenflow, the section embedded in a repeating dynamic layout changes to read-only. On refreshing the section, the section is editable.


Error Messages



Not Applicable


Steps to Reproduce

  1. Develop a Screenflow with a TabbedScreenflow harness.
  2. Introduce Validations at the last step.
  3. Ensure that the Validation fails due to a field.
  4. Click the Finish button.


Root Cause



An issue in the custom application code or rules.
The older TabbedScreenFlow harness with a custom header, which invoked an old HTML FormNavigation rule, was used.


Resolution



Perform the following local-change: 
  1. Save As the TabbedScreenFlow harness.
  2. Open the Container Properties for Container 2.
  3. Enter a new name for the HTML (for example, CustomNestedTabbedNavigation).
  4. Click the icon next to the HTML field and open a new HTML rule.


     
  5. Change the Browser Support to Modern Browsers.
  6. Copy the below code. Save the HTML and the harness.

    <%
    tools.putParamValue("ParentNodeStyle", "simpletabs");
    tools.putParamValue("ChildNodeLocation", "BELOW");
    tools.putParamValue("ChildNodeStyle", "sequence");
    //Please specify the number of levels you need (excluding main level). By Default it takes 1.
    tools.putParamValue("Levels",1);
    %>
    <pega:include type="Rule-Obj-HTML" name="FormNavigation7"/>  

Published April 9, 2019 - 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