Nova versión: Fluxo de traballo do SharePoint Design Extensións (Funcións de manexo de cadeas)

Actualización: Aquí tes os meus pensamentos sobre a comercialización deste proxecto: http://paulgalvin.spaces.live.com/blog/cns!1CC1EDB3DAA9B8AA!569.entry

Eu estiven ocupado traballando no meu proxecto CodePlex, que está enfocada na subministración de extensións de manipulación de cadea para fluxos de traballo creados vía SharePoint Design.

Aquí tes información:

Proxecto de casa: http://www.codeplex.com/spdwfextensions

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

Versión 1.0 inclúe os seguintes novas características:

Función Descrición (se non mesmo. función Net)
Nun-entradas() Volta o número "entradas" in a string as per a specified delimiter.

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

Entrada() Returns the nth token in a string as per a specified delimiter.
Lonxitude String.length
Substituír() String.Replace()
Contén() String.Contains()
Returns the word "true" or the word "false".
Substring(comezar) String.substring(comezar)
Substring(comezar,lonxitude) String.substring(comezar,lonxitude)
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 pensamentos sobre "Nova versión: Fluxo de traballo do SharePoint Design Extensións (Funcións de manexo de cadeas)

  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?
    Poida que eu estou falta algo?
    Responder
  2. Ashish Kanoongo
    Ola Paulo
    Eu tamén afronta mesmo problema que afronta Gerry. Estou quedando acción Invocar un C # helper functioon, cando eu premer nese notthing aparecer no deseño.
    Estou doiing todo no servidor directamente como pola súa instrución de instalación, but no luck
    Algunha idea, o que é malo que estou facendo aquí?
    Ashi
    Responder
  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?
    Responder
  4. Manoj

    Ola,

    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..
    Calquera idea?….
    Why its happening.

    Responder
    1. Paul Galvin pos autor

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

      Responder

Deixe unha resposta Paul Galvin cancelar resposta

Enderezo de correo electrónico non será publicado. Os campos obrigatorios están marcados *