Identify current global template on the Database

C

Carolina

We are trying to integrate Project Server database with other application, we
need to query the project filter by some enterprise fields (like customer or
status). It is created at the Globla template, so if we change some fileds
data a new global template is saved and our query does not work. Is there any
way to identify the current global template?

Thanks in advance for your help.
Carolina.
 
J

Jonathan Yong

Use the following SQL:

select proj_id, proj_name from msp_projects where proj_type=2
 

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