Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

[Bug] recordView widget - Validation message not cleared upon refresh/revert row

Karel Ekema6 days ago — edited 6 days ago

@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.

Comments
Post Details
Added 6 days ago
6 comments
45 views