I am facing an issue - On the create stage, I have a view which displays an attachment type field. If user uploads an unacceptable file name (run through a validate rule of the assignment), then an error is displayed.
Now if the user deletes the file then PEGA runs the patch/assignment/refresh service call. However this does not clear the error message on the view.
Hi @biswa1 - it won’t reach post processing if the validation fails. I tried pre-processing hoping that the error would be present at the time the patch call but there is no message on the primary page.