Differences

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

Link to this comparison view

Both sides previous revision Previous revision
en:start:scheduler [2016/07/07 17:43]
admin [Режим выполнения]
en:start:scheduler [2016/07/07 17:44]
admin [Execution mode]
Line 14: Line 14:
  
 Before Version 600.1102 the Workflow Scheduler executes Workflows WITHOUT a related record. This means you have no access to fields or values within this workflow. \\ Before Version 600.1102 the Workflow Scheduler executes Workflows WITHOUT a related record. This means you have no access to fields or values within this workflow. \\
-Because lot's of users ask me to implement this function, starting with 600.1102 you could set a condition to choose records. Every record, which match the condition will execute the Workflow. Please pay attention to not execute a workflow on too much records, then expected.+Because lot's of users ask me to implement this function, starting with 600.1102 you could set a condition to choose records. ​**Every record, which match the condition will execute the Workflow. Please pay attention to not execute a workflow on too much records, then expected.**
  
 {{ :​ru:​workflow_designer:​selectrecords.png?​nolink|}} {{ :​ru:​workflow_designer:​selectrecords.png?​nolink|}}
-If you activate the checkbox before the button, this new function will be enabled. If you don't configure a condition, the Workflow will be executed for EVERY record of the module, the workflow belong to. \\+If you activate the checkbox before the button, this new function will be enabled. If you don't configure a condition, the Workflow will be executed for **EVERY record** of the module, the workflow belong to. \\
 If you configure, for examle, a condition “due date < $[Now] and status = Unpaid” the scheduler will execute the workflow for every invoice, which are due and not already paid. If you configure, for examle, a condition “due date < $[Now] and status = Unpaid” the scheduler will execute the workflow for every invoice, which are due and not already paid.
  
 To check how much records will be match to the condition, you will found a button “count matched records” in the condition popup. To check how much records will be match to the condition, you will found a button “count matched records” in the condition popup.