Thursday, October 14, 2021

if an Item Value Changed then check message in Oracle Apex

-- page on page load Daynamic Action 

if (apex.item("P10_SAL").isChanged()) {

apex.message.alert('You modified the salary, please verify again!');

}

 

No comments:

Post a Comment

To generate a PDF using JavaScript in Oracle APEX from a collection

  To generate a PDF using JavaScript in Oracle APEX from a collection, you can follow these steps: 1. Create a button or link on your APEX p...