This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
en:software:tim:process_variables [2014/11/24 09:28] felix.studnitz |
en:software:tim:process_variables [2021/07/01 09:52] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | FIXME **This page is not fully translated, yet. Please help completing the translation.**\\ //(remove this paragraph once the translation is finished)// | + | ====Process Variables==== |
- | + | ||
- | ====Process variables==== | + | |
- | + | ||
- | Process variables are data which has been entered into the Smartform and then saved in T!M. For each HTML element (e.g., [[en:smartform_basics#Eingabefelder | Input field]]) a process variable will be created. The name as well as the content of the process variable corresponds to the Identification (ID) respectively the context of the field. \\ | + | |
- | Alle Textdaten, die in ein [[smartform_basics#Eingabefelder | Eingabefelder]] eingegeben werden, werden gespeichert und beim nächsten Öffnen der Smartform wird dieses Textfeld mit exakt dieser Information befüllt.\\ | + | |
- | Der Stand von [[smartform_basics#Auswahlbox (Radiobuttons) | Radiobuttons]], [[smartform_basics#Auswahlbox (Checkboxes) | Checkboxes]] und [[smartform_basics#Auswahlfeld (Selectbox) | Selectboxes]] wird ebenfalls gespeichert und bei erneutem Öffnen wieder hergestellt. | + | |
+ | Process variable is a term for data which has been entered into the Smartform and then saved in TIM. For each HTML element (e.g. an [[en:smartform_basics#Eingabefelder | input field]]), a process variable will be created. The name and content of the process variable corresponds to the identification (ID) and the content of the field, respectively. \\ | ||
+ | All textual data which has been entered into an [[en:smartform_basics#Eingabefelder | input field]] will be saved. This textual data will then automatically be available the next time the Smartform is opened. \\ | ||
+ | The last status of [[en:smartform_basics#Auswahlbox (Radiobuttons) | radio buttons]], [[en:smartform_basics#Auswahlbox (Checkboxes) | check boxes]], and [[en:smartform_basics#Auswahlfeld (Selectbox) | select boxes]] will also be saved according to their most recent settings and will therefore be available the next time the Smartform is opened. | ||
+ | <note tip>Process variables are called with ${<PROCESSVARIABLE>}</note> |