Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
dg2405
253 Views, 1 Reply

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.