Lirimi i ri: SharePoint Designer Workflow Extensions (Funksionet e manipulimit string)

UPDATE: Shiko këtu për mendimet e mia në komercializimin e këtij projekti: http://paulgalvin.spaces.live.com/blog/cns!1CC1EDB3DAA9B8AA!569.entry

Unë kam qenë i zënë duke punuar në CodePlex projektin tim i cili është fokusuar aktualisht në sigurimin e zgjerimeve manipulimesh string për të krijuar menu me anë të SharePoint Designer.

Shiko këtu për detaje:

Shtëpi projekt: http://www.codeplex.com/spdwfextensions

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

Version 1.0 përfshin këto karakteristika të reja:

Funksion Përshkrim (në qoftë se nuk e njëjtë si. funksion Net)
Num-entries() Kthehet "numri hyra" in a string as per a specified delimiter.

Për shembull: 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()
Përmban() 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".

5 mendime mbi "Lirimi i ri: SharePoint Designer Workflow Extensions (Funksionet e manipulimit string)

  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?
    Ndoshta unë jam i humbur diçka?
  2. Ashish Kanoongo
    Përshëndetje Paul
    Unë gjithashtu të përballet me të njëjtin problem si Gerry përballet me. Unë jam duke marrë veprim kërkoj një C # Helper functioon, dikur kam klikimeve këtë notthing shfaqet në projektuesi.
    Unë jam doiing gjithçka drejtpërsëdrejti server sipas udhëzimeve tuaj instalimit, but no luck
    Çdo ide, whats wrong unë jam duke bërë këtu?
    Ashi
  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?
  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..
    Çdo ide?….
    Why its happening.

    1. Paul Galvin autori Post

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

Lini një Përgjigju me Paul Galvin Cancel përgjigje

Adresa juaj e emailit nuk do të publikohet. Fusha e kërkuar janë shënuar *