Archives by Tag 'Workflow'
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 […]
Current Item Url in SharePoint Workflow
If you want to embed a link to current item in your SharePoint Workflow email or in any other action then use Workflow Context -> Current Item Url
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 […]