UPDATE: Kuona hapa kwa mawazo yangu juu ya kibiashara ya mradi huu: http://paulgalvin.spaces.live.com/blog/cns!1CC1EDB3DAA9B8AA!569.entry
Nimekuwa busy kazi katika mradi wangu Codeplex ambayo kwa sasa kulenga kutoa upanuzi kudanganywa kamba workflows kuundwa kupitia Designer SharePoint.
Angalia hapa kwa maelezo:
Mradi wa nyumbani: http://www.codeplex.com/spdwfextensions
Kutolewa: https://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=spdwfextensions&ReleaseId=8280
Toleo 1.0 ni pamoja na zifuatazo makala mpya:
Kazi | Description (kama si sawa kama Net kazi.) |
Num-entries() | Returns the number "entries" in a string as per a specified delimiter.
Kwa mfano: Num-entries in a string "a,b,c" with delimiter "," = 3. |
Kuingia() | Returns the nth token in a string as per a specified delimiter. |
Urefu | String.Length |
Nafasi() | String.Replace() |
Ina() | String.Contains() Returns the word "true" or the word "false". |
Substring(kuanza) | String.Substring(kuanza) |
Substring(kuanza,urefu) | String.Substring(kuanza,urefu) |
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..
Wazo lolote?….
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.