Save & Close Custom button has expecting register action page in pega 8.8
We have run script functions and its parameters on custom button save & close, and it is not working post upgrade 8.8, expectation is user once clicked on save & close button , it will validate incorrect/fields and stay on the same screen once corrected, it should navigate to review harness of the case.
Run Script function has HTML Source in section where we called Data Page , event , callback function, Refresh revieharnes , Load review harness
pega.api.ui.actions.launchHarness(reviewHarness);
pega.api.ui.actions.getDataPage(options);
pega.api.ui.actions.refreshHarness(refHarness);
we got to know that we have to register custom controls, Please let us know the process of it.