Forum

Armin Winkler
      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)
    1 year ago #38518
    Up
    1
    Down
    ::

    Hi Max,

     

    are you talking about a custom event that should be fired here or do you want to know about a native widget event that is available from the OpenUI5 framework? If your question concerns the latter, than you can look up any widget event that is available for subscription in the Process Designer here, e.g. the press event of the button: https://sapui5.hana.ondemand.com/#/api/sap.m.Button%23events/press Every OpenUI5 event grants you access to the calling widget via the following command: oEvent.getSource(). If an event outputs additional parameters, you can access them this way: oEvent.getParameter(“<yourParameterName>”).

     

    However, if your question is regarding custom events in Simplifier then no, unfortunately parameters are not supported by them. They can be used for cross-linking logic between Process Designer stories or for reusability of process logic for example. Perhaps our documentation on events may also provide you further help: https://community.simplifier.io/doc/current-release/applications/add-application-logic/events/

     

    Hope this helps, kind regards,

     

    Armin