UPDATE: Pogledajte ovdje za moje misli na komercijalizaciju ovog projekta: http://paulgalvin.spaces.live.com/blog/cns!1CC1EDB3DAA9B8AA!569.entry
Ja sam bio zauzet radi na mom Codeplex projekt koji je trenutno usredotočen na pružanje ekstenzije niz manipulacija u tijekove rada stvorio putem SharePoint Designer.
Vidi ovdje za detalje:
Projekt kuće: http://www.codeplex.com/spdwfextensions
Oslobodite: https://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=spdwfextensions&ReleaseId=8280
Verzija 1.0 uključuje sljedeće nove značajke:
Funkcija | Opis (ako ne i isti kao. Neto funkciju) |
Broj-unosi() | Returns the number "entries" in a string as per a specified delimiter.
Na primjer: Num-entries in a string "a,b,c" with delimiter "," = 3. |
Ulazak() | Returns the nth token in a string as per a specified delimiter. |
Dužina | String.Length |
Zamijeniti() | String.Replace() |
Sadrži() | String.Contains() Returns the word "true" or the word "false". |
Podniz(početi) | String.Substring(početi) |
Podniz(početi,dužina) | String.Substring(početi,dužina) |
ToUpper() | String.ToUpper() |
ToLower() | String.ToLower() |
StartsWith() | String.StartsWith() Returns the word "true" or the word "false". |
EndsWith() | String.EndsWith() Returns the word "true" or the word "false". |
Bok,
I am trying to add Invoke C# helper function in Action on SharePoint Designer workflow..When i click on Invoke C# helper function , it does not showing in the action list..
Svaka ideja?….
Why its happening.
Bok, Manoj. I assume you figured this out a long time ago. Sorry for not replying back in 2010 when you made the comment.