UPDATE: Sjá hér fyrir hugsunum mínum á commercializing þetta verkefni: http://paulgalvin.spaces.live.com/blog/cns!1CC1EDB3DAA9B8AA!569.entry
Ég hef verið upptekinn að vinna á Codeplex verkefninu mínu sem er nú áherslu á að veita band handfjöllun eftirnafn til workflows búin með SharePoint Designer.
Sjá hér fyrir nánari upplýsingar:
Heimasíða verkefnisins: http://www.codeplex.com/spdwfextensions
Slepptu: https://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=spdwfextensions&ReleaseId=8280
Útgáfa 1.0 felur í sér eftirfarandi nýjar aðgerðir:
Virka | Lýsing (ef ekki sama og. Hreinar virka) |
NUM-færslur() | Skilar fjölda "færslur" in a string as per a specified delimiter.
Til dæmis: Num-entries in a string "a,B,c" with delimiter "," = 3. |
Entry() | Returns the nth token in a string as per a specified delimiter. |
Lengd | String.Length |
Skipta() | String.Replace() |
Inniheldur() | String.Contains() Returns the word "true" or the word "false". |
Hlutstreng(byrja) | String.Substring(byrja) |
Hlutstreng(byrja,lengd) | String.Substring(byrja,lengd) |
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". |
Hæ,
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..
Allir hugmynd?….
Why its happening.
Hæ, Manoj. I assume you figured this out a long time ago. Sorry for not replying back in 2010 when you made the comment.