User Defined Permissions within ASP Pages

S

Steve

I would like to utilize the User Defined Access permission settings within
the ASP pages. Specifically, my goal is to modify projectdetailsview.asp to
prevent edits unless the global permission 'User Defined 1' is set to ALLOW.

I was hoping to obtain this information via an XML tag such as
XMLTAG_PROJECT_USERWRITE (perhaps XMLTAG_USER_DEFFINED_1), and control the
Enable setting in the ASP page to limit usage to R/O for people without the
permission.

Any ideas how to do this without use of VB/C coding? we would like to stay
within the ASP framework
 
S

Steve

This is a great start for me. How can i get the XML tag for the global
permission User Defined 1? or how can I enumerate the permissions?
 
G

Gord Schmidt

Hi Steve,

Have another look at that article -- particularly the database schema section.

Gord
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top