Change Priority

This section provides information for a Global Action called Change Priority in the AgilePoint Task List Web Part. It allows the user to adjust the priority setting of tasks in the AgilePoint Task List Web Part.

Download the attached project files.

Extract the files, and drop the dll in GAC and bin directory of the SharePoint Web application. Also copy the ChangePriority.aspx file in C:\Program Files\Common Files\microsoft shared\web server extensions\12\TEMPLATE\LAYOUTS\AP.

Add an entry in the web.config or AgilePoint Configuration List as shown below: web.config:

<appSettings>
  <add key="CustomAgilePointGlobalTaskActions" 
      value="MyPrivate.CustomAction.CustomActionExtender,
      MyPrivate.CustomAction.ChangePriority" />
</appSettings>

-Or-

AgilePoint Configuration List:

Downloads

ChangePriority.zip