Hi,
I am working on an Application in Apex 20.2 on an Oracle 12.2.0.1 database that I would like to make Read Only. I see that it can be done at the page level and as a condition of a PL/SQL function body. I can't seem to figure out the format of the entry here. I have built a group called "ReadOnlyGroup" and would like to use it in the function call APEX_UTIL.CURRENT_USER_IN_GROUP
However, nothing I do seems to work. What is the exact format of the code that should go here to tell the page that the logged in user should have Read Only privileges on the page? I see some info on the web for the option of PL/SQl Function returning boolean but this option seems to have been deprecated in newer versions of Apex.
Thanks in Advance for your help.