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!