Wiki source code of In Postfach verschieben
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
9.1 | 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}} | ||
![]() |
1.1 | 4 | |
![]() |
9.1 | 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. |
![]() |
1.1 | 6 | |
![]() |
9.1 | 7 | == Parameters == |
![]() |
1.1 | 8 | |
![]() |
9.1 | 9 | ; Inbox |
10 | : Name of the inbox to which the case is to be copied. | ||
![]() |
3.5 | 11 | |
![]() |
9.1 | 12 | == Action variables == |
![]() |
3.5 | 13 | |
![]() |
9.1 | 14 | Actions of type //Move to inbox// provide [[Action variables>>Formcycle.UserInterface.Variables||anchor="HActionvariables"]] which can be used in subsequent actions. |
![]() |
3.5 | 15 | |
![]() |
9.1 | 16 | === Standard action variables === |
![]() |
3.5 | 17 | |
![]() |
9.1 | 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. | ||
![]() |
3.5 | 22 | |
![]() |
9.1 | 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. | ||
![]() |
3.5 | 27 | |
![]() |
9.1 | 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. |