Skip to main content
swapnar6405
March 24, 2023
Question

"Action Completed" not showing up with Submit button.

  • March 24, 2023
  • 4 replies
  • 0 views

Hi,

I have a process model where I am using writeToDataStoreEntity smart service to save the data into a database. I am using an interface in the start node.  If I hit a submit button, system is flashing "Action Completed" message automatically.

Whereas when I implement same functionality in the SaveInto and a!writeToDataStoreEntity , system is not returning any such message after hitting a "Submit" button even though data getting saved.

Can someone advise me how to show such a message "Action Completed" after submit button clicked.

4 replies

stefanhelzle0001
Brainy
March 24, 2023

This is not the same. Submitting a start form, will automatically display this message. Storing some data in the background without submitting the interface and starting a process, will not show this message. But you can dynamically display any UI component after the data was stored.

mallepup3914
March 25, 2023

If you just want to show message stating Action competed, you can achieve it by using Confirmation message in Button configuration. 

March 25, 2023

Confirmation message in buttonWidget will add a confirmation dialog box which will appear after submitting where you have to select a Yes or No on the dialog box, this cannot be considered as the confirmation message, you are referring to.

As Stefan mentioned, you need to add a dynamic screen to display the message.

abhayd3663
March 27, 2023

Action completed will be displayed only in case of the process not when you use the function.