Hi,
I would like to set up row level security in APEX interactive grid.
As to display rows based on user who logs in.
Please let me know how can I get this for m APEX grid.
Thanks and Regards
Rukuiya
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The table on which the interactive grid is based should have one more field, APPUSER. Now save the Oracle Apex :APP_USER whenever a row is created or edited.
Then you can use it in the where clause of the interactive grid to get the records for the current user. For example: