نسخه جدید: شیرپوینت ضمیمهها طراح گردش کار (رشته توابع دستکاری)

تکمیلی: اینجا را ببینید برای افکار من در تجاری کردن این پروژه: http://paulgalvin.spaces.live.com/blog/cns!1CC1EDB3DAA9B8AA!569.entry

I’ve been busy working on my Codeplex project which is presently focused on providing string manipulation extensions to workflows created via SharePoint Designer.

See here for details:

Project home: http://www.codeplex.com/spdwfextensions

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

نسخه 1.0 includes the following new features:

تابع شرح (اگر همان عملکرد خالص)
تعداد نوشته های() Returns the number "entries" in a string as per a specified delimiter.

مثلا: Num-entries in a string "a,ب,ج" with delimiter "," = 3.

ورود() Returns the nth token in a string as per a specified delimiter.
طول String.Length
جایگزین کردن() String.Replace()
شامل() String.Contains()
Returns the word "true" or the word "false".
زیر رشته(شروع) String.Substring(شروع)
زیر رشته(شروع,length) String.Substring(شروع,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 دیدگاه در "نسخه جدید: شیرپوینت ضمیمهها طراح گردش کار (رشته توابع دستکاری)

  1. جری 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?
    شاید من گم شده چیزی?
    پاسخ
  2. Ashish Kanoongo
    خوش آمدید پل
    من هم با همین مشکل مواجه جری مواجه. من عمل استناد به C # یاور functioon, یک بار من کلیک این notthing به نظر می رسد در طراح.
    من doiing همه چیز را به طور مستقیم به سرور در آموزش نصب و راه اندازی, اما هیچ شانس
    هر ایده, همه دسته اشتباه من در اینجا انجام?
    اشی
    پاسخ
  3. Manoj

    سلام,

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

    پاسخ

ترک پاسخ به پل گالوین لغو پاسخ

آدرس ایمیل شما منتشر نخواهد شد. بخشهای موردنیاز علامتگذاری شدهاند *