Customize project field

B

Bob

I want each project (when saved) to get a serial number.
1st project - 1
2nd project - 2
3rd project - 3
and so on.

Thanks
 
G

Gary L. Chefetz \(MVP\)

Bob:

This already happens in Project Server which assigns a unique ID to the
project in the database. If you want to add your own serialized field,
you'll need to make some changes to the database to populate this.

--

Gary L. Chefetz, MVP
"We wrote the book on Project Server
http://www.msprojectexperts

-
 
G

Gary L. Chefetz \(MVP\)

Bob:

It's not a field that you can manipulate through the Web views interface,
however it does show up under Admin > Manage SharePoint Services (name
varies by version) > Manage SharePoint Sites. The Project ID field in this
view is the Enterprse Project ID. Note that there are actually two IDs
assigned to a project, one for the MSP_PROJECTS table and one for the
MSP_WEB_PROJECTS table. The latter references the former and is the one
displayed in the manage sites interface. If you want to bubble this up to a
Project Center view, you'll need to modify the code.

--

Gary L. Chefetz, MVP
"We wrote the book on Project Server
http://www.msprojectexperts

-
 
Top