Wiki source code of Formularwerte ändern


Hide last authors
jdr 12.1 1 {{figure image="change_values_en.png" width="400" clear="h1"}}
2 Configuration interface of the action //Change form values//
nlo 1.1 3 {{/figure}}
4
jdr 12.1 5 Actions of type //Change form values// allow to change values of [[Form Elements>>Formcycle.Designer.Form.FormElements.WebHome]] of the submitted form even afterwards.
nlo 1.1 6
jdr 12.1 7 == Parameters ==
jdr 5.1 8
jdr 12.1 9 === Details for changing form values ===
jdr 5.1 10
jdr 12.1 11 By clicking on the plus button a new entry is added to the element list. After that the following elements are available per line.
nlo 1.1 12
jdr 12.1 13 ; Form field
14 : Use [[variables selection>>Formcycle.UserInterface.Variables]] to select the element of the form to be changed.
15 ; Value
16 : This field defines the new value of the element. Variables can also be used or the text can be entered directly.
jdr 5.1 17
jdr 12.1 18 == Action variables ==
jdr 5.1 19
jdr 12.1 20 Actions of type //Change form values// provide [[Action variables>>Formcycle.UserInterface.Variables||anchor="HActionvariables"]] which can be used in subsequent actions.
jdr 5.1 21
jdr 12.1 22 === Standard action variables ===
jdr 5.1 23
jdr 12.1 24 ; [%$<action name>.SUCCESS%]
25 : Return whether action was successfully executed. Returns Boolean (true/false).
26 ; [%$<action name>.RESULT%]
27 : Return all results provided by the action in structured form.
jdr 5.1 28
jdr 12.1 29 ; [%$<action name>.ERROR_CODE%]
30 : The error code thrown in case of an error in the action. Empty if no error occurred.
31 ; [%$<action name>.ERROR_MESSAGE%]
32 : The thrown error message in the action's error case. Empty if no error occurred.