Start Action


This action is carried out on the server after submission. For example, you could send an email or a push message informing you that the ticket has been created. For example, with the following example, a push message is sent to the user with ID 15 for every new ticket created using this form:

helper.notifyUser(15, "Wichtiges Ticket!", "Neues Ticket mit Id "+task.getId(), "user-15");