access to documents of the projects

P

Piero Crincoli

In my company all user (about 200) must be able to view document. If I
have understood, anonymous access works only if user goes directly to
the team web site, but not if user try to view documents them from
Document Page. Correct?
So I'm thinking of use a custom project field with the value
"http/projectsrv/xxx" and put it in a web visualization. Is it
possible to use a formula instead of writing the url, like
"http://projectsrv/"&str(projectcode) ? It doesn't appear to work.
Thanks
Piero
 
G

Gary L. Chefetz [MVP]

Piero:

I believe that the best you can do is pass a query string to an ASP page.
The query string can contain a code snippet, but you need a page to capture
and process it.
 
Top