Hello
I am trying to give an INFORMATION message by using the below Java Script, but its giving ERROR message ('X' with RED circle) kind of popup/display
xfa.host.messageBox("You are all set - Good to Go");
I guess, below also will not work!
app.alert("You are all set - Good to Go")
Thank you