Question about launching a process start form through an interface button

A Score Level 2

Hello,

Is it possible to launch a process start form using a button? I'm aware for buttons we can kickoff processes using a!startProcess in the saveInto parameter, but it doesn't appear a!startProcess observes start forms. I know for icons we use a!startProcessLink and that launches the process with start form perfectly fine, but I can't make it work with buttons. Any help is greatly appreciated! Thanks

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Senior Developer
    in reply to Mike Schmitt

    Hello, Please let me know if there is any way to perform validations on the screen if the button created using cardLayout to start the process model using start process link?

    I have tried using a!submitLink to handle validations on the button created using card layout but we can't start the PM using start process link inside saveInto of submitLink.

Children