Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I first created section access security with admin and user where user could not see cost because I had restricted it with an OMIT. I did the same this time with hidden script. Can any one help me why.
Section Access;
LOAD * INLINE [
ACCESS, USERID, PASSWORD, OMIT
ADMIN, ADMIN, ADMIN123
USER, USER1, USER123, COST
];
Section Application;
this same script is working in a regular script environment. i.e. with out hidden script
Thank you all for your help. I still have not solved this problem, that is: the file with hidden script - OMIT is not working. The file w.o. hidden script is working as authorized. please advice. I have attached the 2 files here.
1) Omit section access :- regular file
2) Hidden script :- hidden script file !
sorry, forgot to give you the pass words
Login to the document: ID: admin, Pass : admin123
Pass to hidden script: unicco160.
Thank you
The field names for your OMIT fields must be uppercase for OMIT to work.
Your Cost field must be renamed to COST in your data table for Omit to work.