Nuwe vrystelling: SharePoint Designer Workflow Uitbreidings (stringmanipulasie funksies)

UPDATE: Kyk hier my gedagtes oor die kommersialisering van hierdie projek: http://paulgalvin.spaces.live.com/blog/cns!1CC1EDB3DAA9B8AA!569.entry

Ek is besig om op van my Codeplex projek wat tans gefokus op die verskaffing van stringmanipulasie uitbreidings aan werkstromen via SharePoint Designer.

Kyk hier vir meer inligting:

Projek huis: http://www.codeplex.com/spdwfextensions

Release: https://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=spdwfextensions&ReleaseId=8280

Weergawe 1.0 sluit die volgende nuwe funksies:

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,lengte) String.Substring(begin,lengte)
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".

5 gedagtes oor "Nuwe vrystelling: SharePoint Designer Workflow Uitbreidings (stringmanipulasie funksies)

  1. Gerry Whitworth
    I solved the problem and posted it on another blog. I think the key is to put the actions into the WSS.Actions file. After doing this I was able to see the helper functions. All of the examples he has listed above work. The problem is that I can’t figure out how to use WorkFlow variables with the helper functions. I tried to substring one of my date values and then display the chopped date value in an email. This does not work at all because the program treates the variable as a string i.e. "[%_x005f_string47%]". I doubt that these helper functions work with WorkFlow variables at all. I ask how is this useful if I can’t use WorkFlow variables?
    Miskien is ek mis iets?
    Antwoord
  2. Ashish Kanoongo
    Hallo Paul
    Ek het ook die gesig staar dieselfde probleem as Gerry in die gesig staar. Ek kry aksie roep 'n C # Helper functioon, nadat ek kliek om hierdie notthing verskyn in die ontwerper.
    Ek doiing alles op direk bediener soos per jou installasie instruksie, but no luck
    Enige idee, whats verkeerd ek hier doen?
    Ashi
    Antwoord
  3. Gerry Whitworth
    Install went as expected but when I select the new action "Invoke a Function" nothing appears in the designer. Any idea what I have done wrong?
    Antwoord
  4. Manoj

    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..
    Enige idee?….
    Why its happening.

    Antwoord
    1. Paul Galvin Post skrywer

      Hi, Manoj. I assume you figured this out a long time ago. Sorry for not replying back in 2010 when you made the comment.

      Antwoord

Laat 'n antwoord te Paul Galvin Kanseleer antwoord

Jou e-posadres sal nie gepubliseer word nie. Verpligte velde gemerk *