• Creator
    Topic
  • #3997
    Anonymous

      I’ve created an applet that runs at the “OnSend” event as soon as I click the send button when creating a mail message. I would like to be able to leave the “to:” field empty but when I click the send button this causes a groupwise warning saying we must enter something in the “to:” field. Is there any way to allow the user to leave this field blank? Because I want my applet to enter the destination email automatically for the user.

    • Author
      Replies
    • #6815
      Support 1a
      Participant

        GroupWise dictates the ‘To’ field must contain something when the send button is pressed. GroupWise performs this validation before the applet is executed, so you can’t use Formativ directly to work around this issue.

        Depending on what you are trying to achieve, you could have the applet remove whatever the user has entered in to the ‘To’ field and replace it with something else.

        Alternatively, you could create a new user interface (i.e not use the standard GroupWise mail view at all). You would need to send the message yourself using code, but you would have full control over recipients and other details.

        Ultimately, the optimal solution depends on your objectives. I would be happy to provide some more ideas if you elaborate on what you are trying to achieve.

        Regards,

        Advansys Support

      Viewing 1 replies (of 1 total)
      • You must be logged in to reply to this topic.