Proposal Workflows not working even with Moss 2007 ?

S

Sam

What am I missing , state field governed by external workflow = Yes, Enabled
workflow where ever in sharepoint i could but dont see the workflow link in
Proposals. Any specific setting which enables that link? Any help will be
appreciated
Sam
 
S

Sam

which setting ? The workflows work for other things like documents etc. Its
just the proposal where I am having an issue .
 
N

NZ Projects

Create a Windows User Account in Project Web Access:
A Windows User Account is required as part of the configuration of the
Proposal
feature. This account will need to be granted the following Global
Permission in
Project Web Access: Log On and Change Project State. Additionally, this user
account will be inputted in the Web.config file, in order to access and
generate a
workflow status for the Proposals feature.

Modifying the Web.config file
The web.config file of web application hosting Project Server, i.e. Default
Web
Site, will need to be modified with the following line in the
<appSettings><\appSettings> section:


<add key="DisplayName" value="Domain\Username" />


The Display Name is of the Windows User Account added in PWA with the applied
global permissions. The Windows User Account is in the form of
Domain\UserName is
entered in the line entry as well.
Note: This is with the quotes.

4. Proposal Reviewers:
In Project Server 2007, a new security group has been added called Proposal
Reviewers. Organizations will need to consider and decide on the key
stakeholders
who will be performing a review. Individuals who have been identified as
reviewers
are added to the Proposal Reviewers group by a PWA Administrator. The
ability to
review and approve proposals is not based on individual Category or Global
Permissions. Any user, Team Member, Resource Manager, or Executive that is a
part
of the Proposal Reviewer group can be a reviewer. Each member in the group is
responsible for reviewing the proposal.
 
Top