Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear All,
I am facing strange issue while implementing Section Access. It is working fine with USER restriction but not working with ADMIN.
PFB ADMIN Table i am using into the app. When i refresh the report with this script i am getting "Access Was Denied" error.
Can someone suggest me on this.
Best Regards,
Rathnam.
If this is your complete section access code, you should get the same error message for USER as well. Because '*' means all the values (for any field) that are present in the section access table, and in your table you don't have nothing except '*', that means you have access to no values for these fields.
Thanks for your time.
Below is my user file. I am concatenating user script to ADMIN. Still getting error.
In the USER file if i assign one value to my self and refresh the report it is working fine. But If i remove that record and refresh it says Access was Denied.