Create info message after submitting Catalog item.

Pablo H
Tera Contributor

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?

1 ACCEPTED SOLUTION

Jake Sadler
Kilo Sage

Hi, an onSubmit script should work here. Create the onSubmit script and use this code "g_form.addInfoMessage("message here").

I hope this helps

View solution in original post

1 REPLY 1

Jake Sadler
Kilo Sage

Hi, an onSubmit script should work here. Create the onSubmit script and use this code "g_form.addInfoMessage("message here").

I hope this helps