Usage of “mobile actions”

Tagged:
  • r013
    Participant
      6 years, 7 months ago #10102

      How do i have to use the mobile actions in the user stories?

      Are there any prequisites that i have to keep in mind?

      Are these mobile actions also available on the desktop/PC version of my application (refering to Audio/Video calls)?

      Mathieu Roll
      Keymaster
        Has successfully completed the online course Introduction
        Has successfully completed the online course Intermediate (200)
        Has successfully completed the online course Advanced (300)
        Has successfully completed the online course Basics (100)
      6 years, 7 months ago #10105
      Up
      0
      Down
      ::

      Hi,

      the Mobile Actions aren’t all available on Desktop.

      For Example the Mobile Action for Notifications works with the Chrome Notifications but not with Edge or Firefox.

      So you should Check if the Mobile Client is activ.

      This is Possible via an Autofield.

      dcyborra
      Participant
        6 years, 7 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.

      Viewing 3 posts - 1 through 3 (of 3 total)

      You must be logged in to reply to this topic.