DCSIMG
Workflow - Dor Rotman`s Blog

Browse by Tags

How to get the context item in an SPD Workflow Activity
David Birin , a talented colleague of mine who also works at Omnisys , has just published a post about getting the context item in a SharePoint Designer Custom Workflow Activity . This post is important for SharePoint developers since most samples you’ll find on the internet ignore this ability. Instead, their workflow activities ask the user to supply an item, while it’s obvious the relevant item is the current one, which the workflow is running on. (Even the ECM samples in the WSS/MOSS SDK have...
איסוף מידע ממשתמש בזרימות עבודה
כאשר בונים Workflow מותאם אישית ב-SharePoint Designer, ניתן להשתמש בפעילות “איסוף מידע ממשתמש”. פעילות זו ממומשת ע”י יצירת סוג תוכן מבוסס משימה, אשר טופס העריכה שלו הוא דף ASPX ש-SharePoint Designer מייצר. זהו פתרון פשוט וקל להשגת מידע מהמשתמש. לאחרונה נתקלתי בשני מאמרים מעולים ומועילים בנושא: המאמר הראשון מתאר כיצד להשתמש ב”איסוף מידע ממשתמש” (מאמר ב-Office Online). הוא מאוד מקיף וידידותי. המאמר השני מתאר מעקף למקרה קצה: כאמור, ה-Workflow מתלבש על רשימת המשימות שלנו ומוסיף לה עמודות, שאנחנו לא רוצים...
SharePoint Designer ‘Send Email’ Workflow Activity HTML Message Body
Would you like to send email messages with a rich text body from your custom SharePoint Designer workflow? Well, it’s easier than you think… ...