Can't sign up Employee Activity template

 

Some times we have issue with Employee Activity template downloaded from https://www.microsoft.com/downloads/details.aspx?FamilyID=5807b5ef-57a1-47cb-8666-78c1363f127d&DisplayLang=en

When we sign up for 5th activity we get “No item exists at https://sitename/default.aspx . it may be deleted or renamed by another user”

Some times it also happen at 9th item.

Here is the solution

  • Click on small arrow at right site on the "current Activity Available for sign up " web part and edit it.

 

4

  • This how it will look in edit mode

3 

  • Click at Parameters Editor and copy the list id which is the long key next to Defaultvalue.

2

 

  • Then click XSL Editor find <a href="Workflows/Sign Up for Activity/Sign Up for Activity.aspx?ID=

 

3 

  • You will find the this hyper link with out list id (Workflows/Sign Up for Activity/Sign Up for Activity.aspx?ID={@ID}).Just add the list id there and make it like ("Workflows/Sign Up for Activity/Sign Up for Activity.aspx?ID={@ID}&amp;List=68FED5B8-B3F5-45DD-A702-93FFD8FEDBA9")

 

5

NOTE:- The list id is just for example. Use your original list id.