How to remove the warning/critical icon on showing a successful message in Adobe Acrobat???
I am showing the message saved successfully with the code as below:
app.alert("Saved Successfully");
I want to avoid the warning icon seen in the message box for scenarios like above.