In an attempt to create field value security on the database side, I am trying to create the following view:
create view ArOpenItemV as
select * from pub."ar-open-item" join pub."sql-sec"
on pub."sql-sec"."user-id" = user()
and pub."sql-sec"."table-name" = 'ar-open-item'
and...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.