Showing posts with label Sharepoint Designer. Show all posts
Showing posts with label Sharepoint Designer. Show all posts

Monday, September 16, 2013

SharePoint Designer Workflow running two times and only twice

Problem: SharePoint workflow is running two time everthing thing i do..

Solution: At the beginning of the workflow, add an action "Pause for duration" of 1 minute.

Monday, May 7, 2012

ddwrt:IfNew Sharepoint Designer adicionar imagem novo

Dica que poderá ser útil ao criar uma WebPart no Sharepoint Designer.

Não encontrei forma de colocar a função ddwrt:IfNew a funcionar no Sharepoint Designer.


Contudo, podemos fazer a fórmula manualmente que é a seguinte:


(ddwrt:FormatDateTime(string(ddwrt:Today()),2057,'yyyMMdd') -  ddwrt:FormatDateTime(string(@Created),2057,'yyyMMdd')) < 3

Nesse caso, a imagem "novo" irá aparecer em todas as linhas com menos de 3 dias.

Thursday, August 25, 2011

Errors were found when compiling the workflow. The workflow files were saved but cannot be run.

Problem: When publishing Workflow in SharePoint Designer. We get a message Errors were found when compiling the workflow. The workflow files were saved but cannot be run.

Resolution:

1- Go to "C:\inetpub\wwwroot\wss\VirtualDirectories\" of the specific Site.
Open web.config
3- Find the first line with "httpRuntime".



4- Add the attribute executionTimeout="300"
The whole line should look like this
5- Save web.config
6- Do iisreset /noforce

7- Close Designer and re open.
8- Delete Workflow and recreate.
9- Save and publish ;)

Worked for me..Hope it works for you.

Thursday, July 21, 2011

An error occurred while trying to fetch data from your SharePoint site. Unexpected response from the server. The content type of the response is ''

Problema: Ao abrir Windows SharePoint Designer 2007/2010, aparece o seguinte erro:

An error occurred while trying to fetch data from your SharePoint site. Unexpected response from the server. The content type of the response is "". The status code is "OK"

Solução:
Extend your web application Central Administration -> Application Management -> Manage Web Applications -> Select and click Extentd