Sowat 'n week gelede, I started up a codeplex project that provides a simple and reasonably generic method for adding custom action functions to SharePoit Designer workflow. It’s described here: http://www.codeplex.com/spdwfextensions. Beyond simply providing a framework, it also aims to provide a set of useful functions that will make SPD more useful/flexible/powerful.
Hier is die huidige beplande funksies vir weergawe 1.0: https://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=spdwfextensions&ReleaseId=8280
As iemand het 'n belangstelling in hierdie projek, los 'n kommentaar of begin / voeg by 'n bespreking hier: http://www.codeplex.com/spdwfextensions/Thread/List.aspx
Hier is die huidige stel van funksies wat reeds gekodeer (maar nie ten volle getoets as van 11/08/07):
Funksie | Description (indien nie dieselfde as Netto funksie) |
Num-inskrywings() | Retour volgens die aantal inskrywings" in a string as per a specified delimiter.
Byvoorbeeld: Num-entries in a string "a,b,c" with delimiter "," = 3. |
Entry() | Returns the nth token in a string as per a specified delimiter. |
Lengte | String.Length |
Vervang() | String.Replace() |
Bevat() | String.Contains() Returns the word "true" or the word "false". |
Substring(begin) | String.Substring(begin) |
Substring(begin,einde) | String.Substring(begin,einde) |
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". |
Soos voorheen genoem, Ek is nog steeds belangstel in die verskaffing van enige pogings om in terme van die toets van hierdie funksies.
–Monjo