/ Forums / Advansys Formativ / Creating Solutions with Formativ / [B]Extracting Rule List ???[/B]

  • Creator
    Topic
  • #3907
    pasclinaui
    Participant

      How can I extract actual rule list (maybe in an array var) without interaction of the user, to drop some rules by name with a special applet !

      Could you show me the way, … I’m not an expert !

      Thanks,

    • Author
      Replies
    • #6590
      Support 1a
      Participant

        Unfortunately there is currently no means to extract a list of defined rules. This is an ommision in the GroupWise API’s, and is something we have requested Novell add.

        Depending on what you need to do, there are other commands available that allow you to work with rules.

        For example, to check if a rule with a given name exists, you can use:

        GroupWise.RuleExists()

        To delete a rule when you know it’s name, use:

        GroupWise.RuleDelete()

        To execute a rule when you know it’s name, use:

        GroupWise.RuleExecute()

        These are all documented in the Formativ Language Guide.

        I hope this helps.

        Advansys Support

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