Hi Philipp, Really nice video and blog on the same. My current database version is 19c so I'm getting an error on the line ( authorization_scheme IS NULL OR apex_authorization.is_authorized(authorization_scheme) = TRUE ), as = TRUE is possible in 23c only, How can I implement the same for my database version? Your help and support would be appreciated. Thanks
Thanks @bhavinadhvaryu8549 ! I created a pre 23c/ai example here: gist.github.com/phartenfeller/93ba48aeea3b9c55879ff2689f9e6790#file-query-pre23ai-sql
❤❤❤
Hi Philipp, Really nice video and blog on the same. My current database version is 19c so I'm getting an error on the line ( authorization_scheme IS NULL OR apex_authorization.is_authorized(authorization_scheme) = TRUE ), as = TRUE is possible in 23c only, How can I implement the same for my database version? Your help and support would be appreciated. Thanks
Thanks @bhavinadhvaryu8549 ! I created a pre 23c/ai example here: gist.github.com/phartenfeller/93ba48aeea3b9c55879ff2689f9e6790#file-query-pre23ai-sql
@@hartenfellerdev Thank you so much for your prompt reply.