Hi…
How to find whether the document is a new document using Javascript. In Lotus Script, we use method named IsNewDoc property. Similarly, how to find it in JavaScript.
Thanks in advance…
Hi…
How to find whether the document is a new document using Javascript. In Lotus Script, we use method named IsNewDoc property. Similarly, how to find it in JavaScript.
Thanks in advance…
Subject: Method to check new document using Javascript?
Just put the IsNewDoc property in some hidden field that’s accessible by javascript.
HTH
Joost
Subject: RE: Method to check new document using Javascript?
Thanks Joost…It worked out.