Automating Project Server 03 categories

A

amir

I'm trying to modify (+add new) categories in Project directly from Project
Professional, without using the PWA.
Is it possible?
I've noticed the PDS doesn't support that. Did anyone tried to change the
categories?
I'll appriciate any help.
 
E

Ed Morrison

You can create a PDS extension or modify the SQL tables directly. You'll
need to modify msp_web_security_categories and the two
msp_web_security_category_ tables. See PJSVRDB.HTM for the schema.

Your security plan should always be well thought out and centrally
maintained. Therefore, if you plan on giving multiple users the ability to
create categories or modify category names and properties, you may want to
reconsider.
 
Top