Showing posts with label SharePoint Designer 2010. Show all posts
Showing posts with label SharePoint Designer 2010. Show all posts

Tuesday, June 22, 2010

SharePoint Workflow not triggering when item changed - issue resolved

I was working on SharePoint designer 2010 workflow, I was stuck in one workflow problem, where the workflow was not triggering when I change the item, even though I have selected the option of auto trigger when item change.

After lot of analysis, I found that, its the problem with not comple the previous workflow.

whenever, you are working with multiple condition workflow, complete the first workflow, then only the next workflow will gets triggered, because Sharepoint workflow is sequential, you can't run two workflow parallaly on the same item.

Monday, June 7, 2010

SharePoint designer 2010 - Changing the alternate Style of List View

To change the alternate style of List view,
Open page in designer,
Select the rows
Select Row Formatting option
Click on Advanced option enter  position() mod 2=0

or view code, enter the below code in place of




ms-alternating




Replace with



ms-rteBackColor-4
ms-rteBackColor-5



Save the file.

Friday, June 4, 2010

SharePoint Designer 2010 - Error in Approval Workflow

I was working on Sharepoint 2010 workflow in Designer, I was creating simple approval workflow.

I was surprised to see the result, even I say rejected, I was getting mail has approve. did some R&D.

later, found it solved by enabling Content Approval flag.

To do this , Go to Library Settings - Version settings, select Enable content approval option

Monday, May 17, 2010

Inline Editing - SharePoint Designer 2010

If you are working with Data Form Webpart in SharePoint designer 2010.
If you want to use Inline Editing option, Make sure that the Inline Editing option is selected under the default view of the custom List to get the below properties

• Show edit item links
• Show delete item links
• Show insert item link