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!

How to suppress change event when changing DA column value using model.setValue?

ApexMeisterAug 19 2020 — edited Aug 19 2020

I'm using apex 20.1 and universal theme.

I have a page with IG and JS DA when column change where I change the value of the other columns using the command below

model.setValue(record,"QTY",$v('P41031_VD_QTY'));

This works except this causes the Change Column DA on the column being change to fire.

Is there a way to prevent the change DA to fire similar to "SUPPRESS CHANGE EVENT" on the PL/SQL?

Thanks!

Comments
Post Details
Added on Aug 19 2020
3 comments
2,176 views