Invoking PDS with VBA within Project events.

S

Sam Santiago

I have a question I'm hoping someone can help me with. Is there a
function within the Project VBA object model that allows you to issue a PDS
request without having to install the SOAP client on each client PC?
Similar to the GetProjectServerSettings function, but more generic in
nature. I have a custom security setting that I would like to check
whenever a project is opened in the Open event. I want to issue this
request:

<Request>
<PermissionCheck>
<PermissionID>150</PermissionID>
</PermissionCheck>
</Request>

If not, I was thinking of creating an ASP that would issue the request on
the server side and simply return a 1 or 0. I was thinking of invoking IE
with VBA to request the page and read the response. Is this a feasible
approach?

Any input greatly appreciated.

Thanks,

Sam
_______________________________
Sam Santiago
(e-mail address removed)
 
R

Rod Gill

Hi,

What's the security setting? It should be possible to set each user up with
all the settings needed in Project Server. Anything you run on the client
will then be subject to that security.

--
For VBA posts, please use the public.project.developer group.
For any version of Project use public.project
For any version of Project Server use public. project.server

Rod Gill
Project MVP
For Microsoft Project companion projects, best practices and Project VBA
development services
visit www.projectlearning.com/
 

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