The source code is maintained in a Visual Studio 2008 environment, with WSPBuilder Version 0.9.9.0728.
After adding the WSP to your SharePoint environment, and deploying it, a Web Application feature will appear that must be activated on any web app on which users customise SharePoint Designer Workflows. If the feature isn't activated, users who open the SharePoint Designer Workflows UI will encounter an error when loading the SharePoint Designer Workflow UI. The error can be ignored, however none of these custom Workflow Actions will be available as a result.
The following String Actions are included in this release:
- Contains - .Net String method
- EndsWith - .Net String method
- Entry - custom procedure that uses the delimiter provided to split a string, and return the entry occuring at the position provided
- FormatDate - uses the .Net DateTime ToString method
- IndexOf(string) - .Net String method
- IndexOf(string, startIndex) - .Net String method
- Length - .Net String property
- Num-Entries - custom procedure that uses the delimiter provided to split a string, and return the number of entries
- Replace - .Net String method
- StartsWith - .Net String method
- SubString(start) - .Net String method
- SubString(start, length) - .Net String method
- ToLower - .Net String method
- ToUpper - .Net String method
No comments:
Post a Comment