I have a form in which when I have written a code for refreshing the form using call uidoc.refresh(). Every time when the button is clicked, this refresh code generates an error: Invalid SendTo or CopyTo field value…while there are no such fields in the form…what can be the problem
Subject: On refreshing form “Notes Error-Invalid SendTo or CopyTo field value”
is the form mail enabled?
Subject: On refreshing form “Notes Error-Invalid SendTo or CopyTo field value”
Hello.I have had the same problem. The solution is a bit strange (like somtimes in Notes ;-))…
I renamed any of the fields in the form by appending “1” to the field’s name. After that, everything worked. Then, doing the same thing step by step, I found out that a date field was causing the problem. Seems that some part in the RichText Design Component was corrupted or damaged.
I deleted that field completely, saved the form and everything was fine again.
Subject: On refreshing form “Notes Error-Invalid SendTo or CopyTo field value”
The button when clicked sends mail with the doclink attached…
Subject: RE: On refreshing form “Notes Error-Invalid SendTo or CopyTo field value”
I don’t have enough info to be able to tell you the exact problem. Likely something with your form like a field value or event or a form event.