@ApexTeam
APEX 24.1.5
I started using recordView widget and found this issue - illustrating it in IG Single Row View in this demo page. It has an IG on top of employees table, where ename is a required column. Upon starting an edit in SRV, and removing the name, getting correctly next validation message:
Now use either refresh or revert (while still in edit mode!):
Result:
While debugging the code, I found that initially the message is removed. But then, deactivateRecord is called in which effectively the error message get's added again.
Above is in the context of IG/SRV; originally I found the issue while using recordView widget external to the IG.
~Karel.