ProjectViewTablesCreate Method

Description

Starts the process that populates the project view tables in Microsoft Office Project Server 2003 for one or more specified project ID values.

Syntax

<Request>
   <ProjectViewTablesCreate>
      <ProjectID></ProjectID>
   </ProjectViewTablesCreate>
</Request>

Parameters

ProjectID

The project ID. Multiple project IDs are valid.

Return Value

If the table update process is started, the PDS returns a successful HRESULT and STATUS.

<Reply>
   <HRESULT></HRESULT>
   <STATUS></STATUS>
   <UserName></UserName>
</Reply>

Remarks

The PDS checks Project Server security for the currently logged-on user, and determines whether that user has checkout access to the specified Project ID or has administrative permissions. The PDS also ensures that the requested project is not currently checked out.

ProjectViewTablesCreate creates view tables only for the default version of a project. For example with an English project, it creates view tables for the .Published version.