/ Forums / Advansys Formativ / Creating Solutions with Formativ / writing text after the signature

  • Creator
    Topic
  • #4401
    sam
    Participant

      Hi,

      How could I write text after the users signature is inserted on a composing email?

    • Author
      Replies
    • #8094
      Support 3
      Participant

        Just to make it clear, do you want to write text to the message after the GroupWise signature is inserted once you press the send button?

        If that true then you can not edit the message as the Formativ send event will trigger before GroupWise insert the default Signature. GroupWise insert the signature at the last stage of the send process.

        Another thought, you can fuzz the GroupWise client by adding the “>>> ” (reply/forward marker) before your text so GroupWise will add the default signature before the reply forward marker.

        Some sample code:

          
          groupwise.PosToEndOfText()
          GroupWise.Enter
          GroupWise.Enter
          GroupWise.TypeText(">>> ")
          GroupWise.Enter
          GroupWise.TypeText("Hello there")
          GroupWise.Enter
        

        We haven’t tried it, may be you can colour code the reply/forward marker to the message color (i.e. white) so that it won’t be visible to the user.

        Regards,
        Advansys Support

        #8093
        sam
        Participant

          That’s genius if it works…

          I can safely say, even if the user see’s >>> that’s fine, as i can make the case (and win).

          I’ll give it a try.

          BTW.: your assumption is correct on the send even.

          thanks.

          #8092
          Support 3
          Participant

            Good luck.

            Regards,
            Advansys Support

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