... |
... |
@@ -6,7 +6,7 @@ |
6 |
6 |
The database counter plugin may be installed as either a client plugin or a system plugin. It requires no additional configuration. Once installed, it offers to new workflow actions: //Variable// and //Counter.//. The //Counter// action requires you to choose a fixed counter that you would like to change. In contrast, the //Variable// action lets you choose the counter based on the submitted form data. |
7 |
7 |
{{/figure}} |
8 |
8 |
|
9 |
|
-The database counter plugin lets you create one or more counter in a database. It also adds a new menu entry to the backend where you can view and edit all available counters. You can then use the [[workflow processing>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.WebHome]] to increment or decrement the counter. This plugin is subject to additional charge. |
|
9 |
+The database counter plugin lets you create one or more counter in a database. It also adds a new menu entry to the backend where you can view and edit all available counters. You can then use the [[workflow>>doc:Formcycle.Designer.Workflow.WebHome]] to increment or decrement the counter. This plugin is subject to additional charge. |
10 |
10 |
|
11 |
11 |
Some of the possible use cases include: |
12 |
12 |
|
... |
... |
@@ -16,7 +16,7 @@ |
16 |
16 |
|
17 |
17 |
Once the plugin is installed, you can manage the available counter in a separate backend page. You can check which counters exist currently and add or delete counter. The current value of each counter is displayed as well, and if necessary, you can also change the counter's value. |
18 |
18 |
|
19 |
|
-In addition, this plugin offers two new [[workflow>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.WebHome]] [[actions>>doc:Formcycle.Designer.Workflow.Actions.WebHome]]: //Counter// and //Variable//. The action //Counter// requires you to select a predefined counter. The action //Variable//, on the other hand, lets you select a counter based on the value of a submitted fo m field. See the sections on each action below for further details. |
|
19 |
+In addition, this plugin offers two new [[workflow>>doc:Formcycle.Designer.Workflow.WebHome]] [[actions>>doc:Formcycle.Designer.Workflow.Actions.WebHome]]: //Counter// and //Variable//. The action //Counter// requires you to select a predefined counter. The action //Variable//, on the other hand, lets you select a counter based on the value of a submitted fo m field. See the sections on each action below for further details. |
20 |
20 |
|
21 |
21 |
Lastly, you can also access the current value of a counter either via a [[variable>>doc:Formcycle.UserInterface.Variables]] during workflow processing or [[via an {{smallcaps}}Ajax{{/smallcaps}} request from within an opened form>>doc:Formcycle.Designer.Form.CodingPanel.ScriptTab.WebHome]]. |
22 |
22 |
|
... |
... |
@@ -95,7 +95,7 @@ |
95 |
95 |
The settings for the workflow action //Counter//. You can select the counter to modify and how its value should be changed, e.g. incrementing or decrementing it by a certain amount. |
96 |
96 |
{{/figure}} |
97 |
97 |
|
98 |
|
-Once the plugin is installed, you can select the new action //Counter// in the [[workflow processing configuration>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.WebHome]]. This action lets you modify the value of a predefined counter. |
|
98 |
+Once the plugin is installed, you can select the new action //Counter// in the [[workflow>>doc:Formcycle.Designer.Workflow.WebHome]]. This action lets you modify the value of a predefined counter. |
99 |
99 |
|
100 |
100 |
Compared with the action //Variable//, here you need to select a predefined counter. You should have created this counter in the counter configuration menu (see above). Use this action when you need a global, non-dynamic counter, such as when you want to generate an identifier for each form record. |
101 |
101 |
|
... |
... |
@@ -120,7 +120,7 @@ |
120 |
120 |
Settings for the workflow action //Variable//. It lets you select a counter dynamically by its name. You can also make use of placeholder variables to select a counter based on the value of some form field. |
121 |
121 |
{{/figure}} |
122 |
122 |
|
123 |
|
-Once the plugin is installed, you can select the new action //Variiable// in the [[workflow processing configuration>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.WebHome]]. This action lets you select a counter by its name and modify its value. |
|
123 |
+Once the plugin is installed, you can select the new action //Variiable// in the [[workflow>>doc:Formcycle.Designer.Workflow.WebHome]]. This action lets you select a counter by its name and modify its value. |
124 |
124 |
|
125 |
125 |
Compared with the action //Counter//, here you do not have to choose a predefined counter. You can also use [[placeholder variables>>doc:Formcycle.UserInterface.Variables]] to select a counter based on the submitted form data. In case the counter does not exists yet, a new counter is created dynamically. |
126 |
126 |
|