Skip to main content
September 18, 2021
Question

are there any auto submit button code without click button?

  • September 18, 2021
  • 9 replies
  • 0 views

As title, which mean, once some condition satisfy, the button already submited without have to click it.

    9 replies

    stefanhelzle0001
    Brainy
    September 18, 2021

    Depends. If your interface is just for clicking one of a few buttons, then yes. What do you want to achieve?

    September 22, 2021

    I wish to do insert data to the backend one table meanwhile delete from another table about the relevant data immediately, since one button can't achieve double smart service, then I wish to achieve by two buttons, the other one just never shows up, only when one button getting click then the other button got automatically ignited due to the first button click.Thank you sir

    vinayp0002
    September 22, 2021

    Probably doing those changes in a process model would be correct way to work on this (for two smart services) instead.

    On click of the first button you can trigger the process model with a!startprocess which would suffice your requirement and then there is no need of second click.