/ Forums / Advansys Formativ / Creating Solutions with Formativ / A question regarding search features

  • Creator
    Topic
  • #4039
    Anonymous

      Is it possible to write an alternative search routine where the results are displayed in an independent window, in the same way that GW operates?

    • Author
      Replies
    • #6926
      Support 1
      Participant

        Thank you for your query.

        In short, yes you can write an alternative search routine.

        This sort of thing would be done using the GroupWise Object API. You can choose either the .Find/.FindMessages method of a message collection, or else create a Query object using Account.CreateQuery. A query is appropriate for ‘large’ result sets, and can take a long time to complete.

        In both cases, you will need to define an appropriate filter expression to search for the relevant item(s). For more on this, see the online documentation on filter expressions.

        I hope this helps.

        Advansys Support

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