20.4 C
New York
Wednesday, October 15, 2025

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,912FollowersFollow
22,700SubscribersSubscribe

Latest Articles