Solved

How do I check the answer of a message with message options?

  • 22 March 2021
  • 2 replies
  • 77 views

I do have a control procedure with a call to tsf_send_message. How can I check what button is clicked in the message?

icon

Best answer by Mark Jongeling 22 March 2021, 16:46

View original

2 replies

Userlevel 7
Badge +23

Hi Marieke,

Usage of the function tsf_send_message will only show a particular message in the GUI but it cannot know what answer is given. I've explained it here in more detail: 

Message options can be used when using Process flows. Every Message option can have its own ‘Next step’. In the Process procedure of Show message you can decide which path to continue on the basis of the value of Statuscode (User selects an option, this results in a Statuscode value)

Let's say you make a Process flow that start upon Executing a table task, then after executing, it shows a Message (with option), selecting 'Yes’ then Open a document, if 'No’ then Stop the flow.

Example:

Process flow

 

Thanks. That is clear

Reply