Is it possible to use JavaScript in the Notes Client to pick up the value of a field.
For example if I wanted to get the value of the Subject field of any email… Can I specify a formula for a field that contains the JS ?
Can I code something like
alert("Subject = " + document.forms[0].Subject)