Skip to main content
helmuta0001
Known Participant
April 30, 2021
Question

Process to terminate once link is clicked

  • April 30, 2021
  • 5 replies
  • 0 views

I have a process model that presents a user with a confirmation page.  This page contains three links for the user to select from.  Currently, we have a timer that will skip this link after a number of minutes.  I was wondering if there is a way that I can set it up that when as user clicks one of the links it will continue on without the use of the timer.

    5 replies

    stewart.burchell
    Participating Frequently
    April 30, 2021

    Why not a simple a!submitLink() labelled, for example, 'Close' ? This in effect is a link that acts as a submit button does.

    helmuta0001
    Known Participant
    April 30, 2021

    Thank you! I was thinking about using something similar to the card layout example in sail as well.