Regenerate specific rule
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
With the following Command i can regenerate all rules:
Dim controlDef as ControlDefinition = ThisApplication.CommandManager.ControlDefinitions.Item("iLogic.RegenAllRules")
controlDef.Execute2(True)But is there a function to only regenerate a specific rule, the same thing like rmb on a rule and regenerate it.