... |
... |
@@ -13,8
+13,8 @@ |
13 |
13 |
|Plugin (client)|Plugins extend the {{formcycle/}} by providing custom functionality. Client plugins are available only to the client who uploaded them. Plugins are written in Java.|[[Client plugin>>doc:Mandant-Plugins]] |
14 |
14 |
|Plugin (system)|Plugins extend the {{formcycle/}} by providing custom functionality. System plugins are available only to all clients. Plugins are written in Java.|[[System Plugins>>doc:System-Plugins]] |
15 |
15 |
|General inbox|An inbox containing form records of different forms. Data columns cannot be customized.|[[General inbox>>doc:Main.Administration.Modules.Inboxes]], [[Inbox>>doc:Main.Inbox.WebHome]] |
16 |
|
-|Form specific inbox|An inbox containing only form records of a specific form. Data columns can be customized. This allows you to view certain form fields without having to open the form.|[[Form specific inbox>>doc:Postfach]], [[Inbox>>doc:Main.Inbox.WebHome]] |
|
16 |
+|Form specific inbox|An inbox containing only form records of a specific form. Data columns can be customized. This allows you to view certain form fields without having to open the form.|[[Form specific inbox>>doc:Main.Administration.Modules.MyForms.Inbox]], [[Inbox>>doc:Main.Inbox.WebHome]] |
17 |
17 |
|Role|A role is assigned to each user, controlling the permissions of that user.|[[Roles>>doc:Main.Administration.Modules.UserSettings.Roles]] |
18 |
|
-|Servlet|Servlets are run on the server when requested by the client, and can return data from the system or make changes to the system.|[[IPluginServletAction>>doc:Main.PluginDevelopment.Types.IPluginServletAction]], [[Queries>>doc:Abfragen]], [[Working with form URLs>>doc:Main.FormDesigner.URLsForOpeningForms]] |
|
18 |
+|Servlet|Servlets are run on the server when requested by the client, and can return data from the system or make changes to the system.|[[IPluginServletAction>>doc:Main.PluginDevelopment.Types.IPluginServletAction]], [[Queries>>doc:Main.Administration.Modules.Data.DBQueries]], [[Working with form URLs>>doc:Main.FormDesigner.URLsForOpeningForms]] |
19 |
19 |
|State|When a form is submitted, is in the special system state //Received//. Other custom states can be defined by adding them in the workflow processing. For example, a job interview form might have the two additional states //Accepted// and //Rejected//.|\\ |
20 |
20 |
|Workflow processing|After a form has been submitted, workflow processing starts. Depending on the form's state, certain actions will be executed, such as generating PDF files, sending mails etc. State transitions can be performed manually in the inbox, or by the system.|[[Inbox>>doc:Main.Inbox.WebHome]], [[Workflow processing>>doc:Main.Administration.WorkflowProcessing.WebHome]]. |