5.6 C
New York
Tuesday, March 21, 2023

Buy now

How to Locked a Page in Oracle Apex using Dynamic Action

Execute JavaScript Code for Action

var status = document.getElementById('P100_STATUS').value; if (document.getElementById('P100_PUBLISHED').value == "Y") {document.getElementById('P100_STATUS').value="published"; } if (document.getElementById('P100_LOCKED').value == "Y") {document.getElementById('P100_STATUS').value="locked"; }
Code language: JavaScript (javascript)

Related Articles

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Stay Connected

0FansLike
3,744FollowersFollow
20,700SubscribersSubscribe

Latest Articles