UPDATE: See here for my thoughts on commercializing this project: http://paulgalvin.spaces.live.com/blog/cns!1CC1EDB3DAA9B8AA!569.entry
I’ve been busy working on my Codeplex project which is presently focused on providing string manipulation extensions to workflows created via SharePoint Designer.
See here for details:
Project home: http://www.codeplex.com/spdwfextensions
Release: https://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=spdwfextensions&ReleaseId=8280
Version 1.0 includes the following new features:
Function | Description (if not same as .Net function) |
Num-entries() | Returns the number "entries" in a string as per a specified delimiter.
For example: Num-entries in a string "a,b,c" with delimiter "," = 3. |
Entry() | Returns the nth token in a string as per a specified delimiter. |
Length | String.Length |
Replace() | String.Replace() |
Contains() | String.Contains() Returns the word "true" or the word "false". |
Substring(start) | String.Substring(start) |
Substring(start,length) | String.Substring(start,length) |
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". |
Hi,
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..
Any idea?….
Why its happening.
Hi, Manoj. I assume you figured this out a long time ago. Sorry for not replying back in 2010 when you made the comment.