So if I have JS code that does, for instance:
var rc=imrec.doAction("save");
And it does the save, and prints the following to my messages view window:
US/Central 05/12/10 16:00:17: Incident IMxxxxxx has been updated by xxxxxx
And my question is: HOW can i access this message from my JS code right after the doAction call? I have played with system.functions.messages() calls of all sorts, and still nothing. What I really need it for is in the case of a failed validation, I would like to know what validation failed, and not just that the rc value is 71 which is the failed validation return code.
Thanks,
Josh


Reply With Quote
Bookmarks