Move to inbox


The user interface for actions of type Move to inbox with selected target inbox.

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.

Parameters

Inbox
Name of the inbox to which the case is to be copied.

Action variables

Actions of type Move to inbox provide Action variables which can be used in subsequent actions.

Standard action variables

[%$<action name>.SUCCESS%]
Return whether action was successfully executed. Returns Boolean (true/false).
[%$<action name>.RESULT%]
Return all results provided by the action in structured form.
[%$<action name>.ERROR_CODE%]
The error code thrown in case of an error in the action. Empty if no error occurred.
[%$<action name>.ERROR_MESSAGE%]
The thrown error message in the action's error case. Empty if no error occurred.

Action specific action variables

[%$<actionname>.RESULT.inboxUuid%]
The UUID of the inbox to which the action was moved.
[%$<actionname>.ERROR.message%]
Error message returned if the inbox could not be determined. This can happen if the inbox has been deleted in the meantime.