Hello,
i have requirement to perform validation if certain record exists. I also have security policy (XDS) on table where this record should be.
And here comes the problem - if user has acces to record (allowed by xds) my select finds this record, but otherwise although record exists my select in "code behind" cannot find this record. User doesnt have to see this record - I just need information if it exists. To run "select" omittig current security policy.
Is there any way to run select or query and find record avoiding XDS? Any policy changes are not allowed.
Thanks For Your help in advance.