Error SECU0019
We have a section in Pega 8.5.2 which is made of a dropdown and a button.
The dropdown control has a post value action on change.
The button has 2 actions on click:
- a local action executed when the property target of the dropdown is not set
- an harness action executed when the property target of the dropdown is set
When you set a value in the dropdown and clic the button nothing happens and in the tracer I can only see this message:
The harness action is configured in this way:
The user cannot see the harness we are trying to open and clicking on the button does not produce results. The same section is included in other harnesses and works without problems.
Why is the error produced and how can we solve it?