Forum

dcyborra
Participant
    7 years, 4 months ago #10152
    Up
    0
    Down
    ::

    You can also use a message toast to give feedback to the user if running the mobile action did not work. Just connect a script node to the Error-port of the mobile action and add the following snippet:

    sap.m.MessageToast.show("<your-error-message>")

    Keep in mind that this only works for UI5 apps.