Creating a Check Without Input

You can create a check without input of any variable. The Check will only be replayed once.

  1. From the Quality Rules Capture section, select Insert New Check .
  2. In the check dialog box
    1. Enter the name of the check.
    2. Select the language.
    3. Check True in Without Input.
  3. Click OK.
    The Check Editor appears.
  4. In the Condition Tab
    • If you need to apply the check on the active object, enter Let Root( Feature ) Root =GetRootUI()
    • If you want all contexts added to the PLMRuleSet or Rulebase, enter Let RB( KWERuleBase ) RB = ThisCheck.GetRuleBase() or Let Roots( List ) Roots = RB.GetRootsOfFacts()