Hello, Is it possible to display a message when the user starts a new workflow?
There is an "on entry" action, but if I understand correctly, it is not performed at the very beginning of the workflow?
Hello, Is it possible to display a message when the user starts a new workflow?
There is an "on entry" action, but if I understand correctly, it is not performed at the very beginning of the workflow?
Hi
You can display an alert using a form rule if a document is not saved, e.g. no signature.
, or use the parameter or "new element?"
You can also use a sql line, and display a message if the condition checking whether the element is registered is met.
Regards
Hi
You can display an alert using a form rule if a document is not saved, e.g. no signature.
, or use the parameter or "new element?"
You can also use a sql line, and display a message if the condition checking whether the element is registered is met.
Regards
Simple and perfect solution, Thanks!