Differences

This shows you the differences between two versions of the page.

Link to this comparison view

en:start:usage_examples [2016/07/07 17:19]
admin created
en:start:usage_examples [2016/07/07 17:29]
admin [1. generate a Recordlist]
Line 5: Line 5:
 1 - recordlist - create a defined List of Records you get daily in your mailbox 1 - recordlist - create a defined List of Records you get daily in your mailbox
  
-==== 1. generate a Recordlist ====+=== 1. Search the records ​===
  
-Для этого Бизнес-Процесса существует 4 шага.+  * add a “[[en:​start:​tasks:​flow:​global_search|global Search]]” Block and configure your search conditions 
 +  * set the “Environment Variable” to “recordlist” \\ (This could be every short and self-explaining string, but in this example I use “recordlist”) 
 +  *  
 +=== 2define and generate the list ===
  
-=== 1. Найдите запись,​ которую хотите внести в список ===+  * Add a “[[en:​start:​tasks:​special_tools:​generate_recordlist|generate recordlist]]” block 
 +  * Select the same module like you did in “[[en:​start:​tasks:​flow:​global_search|global Search]]” 
 +  * Enter “recordlist” as Environment ID 
 +  * Configure the columns of the list you want to get
  
-  * Добавьте “[[ru:​start:​tasks:​flow:​global_search|Глобальный поиск]]” и настройте его +=== 3. send the email ===
-  * Настройте “Локальные переменные” и “Список Записей” \\ (Это может быть как короткая строка,​ так и исчерпывающе длинная,​ но здесь я использовал “Список Записей”)+
  
-=== 2. Дайте имя списку ===+  * create a “[[en:​start:​tasks:​communication:​send_email|send mail]]” block and configure like you need 
 +  * include ${ return wf_recordlist(“gefunden”);​ }}> to the mailtext to include the recordlist
  
-  *Добавьте блок “[[ru:​start:​tasks:​special_tools:​generate_recordlist|Создать список записей]]” +=== 4. setup Workflow planer ===
-  *Выберите тотже самый Модуль,​ как и в Модуле “[[ru:​start:​tasks:​flow:​global_search|Глобальный поиск]]” +
-  *Введите “Список Записей” as Environment ID +
-  *Настройте колонки листа, которые хотите получить Configure the columns of the list you want to get+
  
-=== 3Отправьте список по электронной почте ===+  * activate the workflow and set the execution trigger to “manually execution” 
 +  * go to “Workflow Planer” in the navigation in main Workflow Designer Configuration page 
 +  * add an Entry and select your Workflow 
 +  * to get the mail daily, enter a “6” in the hour field \\ 
 +(You could configure every schedule like you need.)
  
-  ​Создайте блок “[[ru:​start:​tasks:​communication:​send_email|Отправить eMail]]” и настройте его, как вам нужно +**That's itNow you will get your record list every day.**
-  ​Впишите переменную <​php>​${ return wf_recordlist(“gefunden”);​ }}></​php>​ с тело письма,​ чтобы включить функцию списка записей +
-  * Включите ${ return wf_recordlist(“gefunden”);​ }}> в текст письма,​ чтобы включить список записей +
- +
-=== 4. Установите периодичность/​интервал выполнения Бизнес-Процесса === +
- +
-  * Активируйте Бизнес-Процесс и установите выполнение задач на "​ручное выполнение/​запуск"​ +
-  * С главной страницы настроек Дизайнера Бизнес-Процессов перейдите в Модуль “Планировщик Бизнес-Процессов” +
-  * Добавьте Entry выберите Бизнес-Процесс +
-  * Для того, чтобы получать почту ежедневно,​ введите цифру “6” в поле "​часы"​ \\ Вы можете настроить все элементы списка в соответствии с вашими нуждами +
- +
-**Это всеТеперь вы будете получать список записей ежедневно.**+