I\'m trying to update some page items with a dynamic action. I have an \"on change\" dynamic action on one text field and want to run a calculation on another column and dis
Add this JavaScript code in page (P5) properties Executes when page load section
document.getElementById("P5_EXAMPLE_ITEM").readOnly = true;