Novo izdanje: SharePoint Designer tijeka Extensions (niz manipulacija funkcije)

UPDATE: Pogledajte ovdje za moje misli na komercijalizaciju ovog projekta: http://paulgalvin.spaces.live.com/blog/cns!1CC1EDB3DAA9B8AA!569.entry

Ja sam bio zauzet radi na mom Codeplex projekt koji je trenutno usredotočen na pružanje ekstenzije niz manipulacija u tijekove rada stvorio putem SharePoint Designer.

Vidi ovdje za detalje:

Projekt kuće: http://www.codeplex.com/spdwfextensions

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

Verzija 1.0 uključuje sljedeće nove značajke:

Funkcija Opis (ako ne i isti kao. Neto funkciju)
Broj-unosi() Returns the number "entries" in a string as per a specified delimiter.

Na primjer: Num-entries in a string "a,b,c" with delimiter "," = 3.

Ulazak() Returns the nth token in a string as per a specified delimiter.
Dužina String.Length
Zamijeniti() String.Replace()
Sadrži() String.Contains()
Returns the word "true" or the word "false".
Podniz(početi) String.Substring(početi)
Podniz(početi,dužina) String.Substring(početi,dužina)
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 misli o „Novo izdanje: SharePoint Designer tijeka Extensions (niz manipulacija funkcije)

  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?
    Možda sam nešto nedostaje?
  2. Ashish Kanoongo
    Pozdrav Pavao
    Ja se također suočavaju s istim problemom kao Gerry okrenut. Ja sam uzimajući akciju pozvati C # Helper functioon, jednom sam klikne ovu notthing se pojaviti u dizajneru.
    Ja sam doiing sve na poslužitelju izravno po Vašoj instalacije nastave, but no luck
    Bilo koji ideja, Što krivo radim ovdje?
    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

    Bok,

    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..
    Svaka ideja?….
    Why its happening.

    1. Paul Galvin Post autor

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

Ostavite odgovor na Paul Galvin Odustani odgovor

Vaša email adresa neće biti objavljena. obavezna polja su označena *