/ Forums / Advansys Formativ / Creating Solutions with Formativ / [B]Extracting Rule List ???[/B] / Reply To: [B]Extracting Rule List ???[/B]
February 26, 2003 at 3:51 pm
#6590
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