Wiki source code of In Postfach verschieben


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