#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