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!

setting an IG column value via model triggers JS "Change" event inconsistently, Can I suppress the "Change" event ?

seanzhJul 9 2025 — edited Jul 9 2025

Hi, All,

Apex 24.2.5. I have code to set this IG column “QTY” like below, the same time I have a DA with “change” event for this column but I found out the Change event sometimes fires, sometimes doesn't. I observed it usually doesn't fire right away but after a few model value settings, it eventually fires , I can't figure out how to make the Change event consistent with model value settings, any suggestions are greatly appreciated

model.setValue(records[0],'QTY', newQty.toString());

This post has been answered by Karel Ekema on Jul 9 2025
Jump to Answer
Comments
Post Details
Added on Jul 9 2025
6 comments
94 views