Wiki source code of In Postfach verschieben
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | {{figure image="move_form_record_en.png" clear="h1"}} | ||
| 2 | The user interface for actions of type //Move to inbox// with selected target inbox. | ||
| 3 | {{/figure}} | ||
| 4 | |||
| 5 | Actions of type //Move to inbox// allow to copy the current form record to another inbox. This can be used, for example, to archive a task or to assign the task to another group of clerks with access to this inbox. | ||
| 6 | |||
| 7 | == Parameters == | ||
| 8 | |||
| 9 | ; Inbox | ||
| 10 | : Name of the inbox to which the case is to be copied. | ||
| 11 | |||
| 12 | == Action variables == | ||
| 13 | |||
| 14 | Actions of type //Move to inbox// provide [[Action variables>>Formcycle.UserInterface.Variables||anchor="HActionvariables"]] which can be used in subsequent actions. | ||
| 15 | |||
| 16 | === Standard action variables === | ||
| 17 | |||
| 18 | ; [%$<action name>.SUCCESS%] | ||
| 19 | : Return whether action was successfully executed. Returns Boolean (true/false). | ||
| 20 | ; [%$<action name>.RESULT%] | ||
| 21 | : Return all results provided by the action in structured form. | ||
| 22 | |||
| 23 | ; [%$<action name>.ERROR_CODE%] | ||
| 24 | : The error code thrown in case of an error in the action. Empty if no error occurred. | ||
| 25 | ; [%$<action name>.ERROR_MESSAGE%] | ||
| 26 | : The thrown error message in the action's error case. Empty if no error occurred. | ||
| 27 | |||
| 28 | === Action specific action variables === | ||
| 29 | |||
| 30 | ; [%$<actionname>.RESULT.inboxUuid%] | ||
| 31 | : The UUID of the inbox to which the action was moved. | ||
| 32 | ; [%$<actionname>.ERROR.message%] | ||
| 33 | : Error message returned if the inbox could not be determined. This can happen if the inbox has been deleted in the meantime. |