Project Server 2007 - Edit pages

A

Arun

Hi,
I want edit some pages in project web access and add some fields, how can
I do that. For example I want to edit the page which list all the issues, how
can I know what is the procedure used to list the issues and what is the
projecture used to update the issues like that. When I checked the page I
couldn't find any data access codes. But the file redirective have an entry
inherits Microsoft.Project.ApplicationList.IssueRiskCenter where can I find
the code behind and the used procedures.

Thanks,
Arun
 
C

Chak

Hi,
   I want edit some pages in project web access and add some fields, how can
I do that. For example I want to edit the page which list all the issues, how
can I know what is the procedure used to list the issues and what is the
projecture used to update the issues like that. When I checked the page I
couldn't find any data access codes. But the file redirective have an entry
inherits Microsoft.Project.ApplicationList.IssueRiskCenter where can I find
the code behind and the used procedures.

Thanks,
Arun

Hi Arun,

You want to edit the code behind on PWA/Issues/Risks aspx pages? If
so, You have to use SharePoint designer to edit the pages.

http://office.microsoft.com/en-us/sharepointdesigner/FX100487631033.aspx

If you need help on this, please post your question to Project
Developers group.


If you are looking to add some extra fields to Issues or Risks, you no
need to go with complex procedure on SharePoint
Designer. It's simple and already you have built in interface.

Steps to add fields to Issues:

On Isses page, click on Settings -> List Settings from top bar of the
lists

Customize Issues page displays

On Customize Issues page, click on "Create Column" under column
section

On Create Column page, enter column name and data type and specify
whether it is mandatory field or not

Click OK to add the column

Once you add the column, you have to add this new column to view.
Click on "All Issues" view under Views section on Customize Issues
page.

Select the check box against new column to include in view

Click OK to save the view



Thanks
Chak
http://www.epmcentral.com
 
Top