Posts

Showing posts from June, 2016

Unlock the SharePoint site using Powershell command

if your SharePoint site locked, then use the below Powershell command to unlock. Note: Lock means your site will be disabled all actions (creating new item, library/list settings, limited site action menu etc.,) even if you are site collection administrator. if you try to add another user as site collection administrator using powershell/central administrator, then will get the following error. this error because of SharePoint Lock. Additions to this Web site have been blocked To avoid above errors. use the below Powershell command Set - SPSite http : //SiteCollectionUrl -LockState Unlock

Open this task link missing in approval workflow+ sharepoint 2010

Open up the Document List (or any list) from SharePoint Designer 2010 Under the "Workflow" panel (lower right), click on "New" to create a new workflow (it will be shown as empty initially until you create a new one). Give a name to your workflow if prompted. You are now at the Workflow window. Click on "Edit workflow" under the "Customization" panel You are now at the Editor for the workflow. At the big horizontal cursor under "Step 1", type in "Start" and enter. It will then give you a list of possible actions you could add. Pick "Start Approval Process" A new line/item is added for "Start  Approval  process on  current item  with  these people " Now click on "Approval" on the line (the underlined one) You are now at the  Task Process  level. Now, you could customize how the task is to be performed. Click on "Change the behavior of a single task" Under "When a Task is Pe