10-04-2019
12:03 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
10-04-2019
12:03 AM
Regenerate specific rule
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.