Solution for “SharePoint Designer cannot display the item” error to edit workflow

If you are unable to edit workflows in SharePoint 2013 after upgrading from 2010 and getting following error then perform  the steps mentioned below to resolve this issue.   Make sure you have uninstalled SharePoint Designer 2010 Close SharePoint Designer 2013 On the local computer, browse to the following folder: C:\Users\<Replace Your User Name>\AppData\Local\Microsoft\WebsiteCache Example: C:\Users\mark.lee.contoso\AppData\Local\Microsoft\WebsiteCache … Read more

Share

Difference between Security Context of Workflow Code in SharePoint 2007 and 2010

In SharePoint 2010, any code which executes because of the changes made by the workflow process will run in context of the user who either started the workflow or responsible for changes which caused the code to be executed. But … In SharePoint 2007,  any code which executes because of the changes made by the workflow process … Read more

Share