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.
Discussion posts and replies are publicly visible
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.