- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-05-2022 05:12 AM
Hello folks,
I have a simple catalog item with only a mandatory attachment field, after submitting flow is activated and will import attached file. I would like to add an info message to the requestor, saying that file has been loaded into the system, after hitting the submitt button. Preferably it should work for both service portal and backend.
Any suggestions how to achieve this?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-05-2022 05:59 AM
Hi, an onSubmit script should work here. Create the onSubmit script and use this code "g_form.addInfoMessage("message here").
I hope this helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-05-2022 05:59 AM
Hi, an onSubmit script should work here. Create the onSubmit script and use this code "g_form.addInfoMessage("message here").
I hope this helps