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

Dropdown value displays as read-only in the CPMPerform harness

SA-53432

Summary



A dropdown value on the CPMPerform harness displays as read-only instead of editable.


Error Messages



Not Applicable.


Steps to Reproduce

  1. Open the CPMPerform harness
  2. Add a section that includes a dynamic select property
  3. Set the 'Edit Options' value for the property to 'Auto'


Root Cause



The 'Edit Options' are not considered when using the DynamicSelect control because it is a non-auto generated control.


Resolution

Perform the following local-change:
  1. Copy the existing DynamicSelect control to a new control named DynamicSelectEditable
  2. Modify the new control so the DSReadOnly value will always be false:
<pega:choose>
    <pega:when test="$mode-input">
            <p:save name="DSReadOnly" value="false"/>
    </pega:when>
    <pega:otherwise>
            <p:save name="DSReadOnly" value="false"/>
    </pega:otherwise>
</pega:choose>


 3. Reference the new control for the property in the section 


 

Published July 23, 2018 - Updated December 2, 2021

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