J
JB
I have a script on a button that prints the document and then submits the
document
xdocument.printout();
xdocument.Submit();
The script works. It prints the document and prints it. I don't get a
message saying the submit is successful and it doesn't close the current
window out and opens a new record. How can I get it to say it was successful
on submission and open a new record? Thanks for your help.
document
xdocument.printout();
xdocument.Submit();
The script works. It prints the document and prints it. I don't get a
message saying the submit is successful and it doesn't close the current
window out and opens a new record. How can I get it to say it was successful
on submission and open a new record? Thanks for your help.