Search

Help

Page 15 of 88. Showing 871 results (0.06 seconds)

  1. Types of variables

    There are three types of variables available: global, rule set, and temporary. Global variables Global variables exist at a global level and are accessible from all instances of all rule sets in the system. The most common use for global variables is to isolate external references that are needed across multiple
    Prinergy 9.0Apr 13, 2021
  2. Deleting variables

    Variables are deleted in the Manage Variables Editor. To open the Manage Variables Editor, in Rule Builder, from the Edit menu, select Manage Variables. In the Manage Variables Editor, perform the following steps. Select the appropriate tab for the type of variable that you want to delete. Select Global Variables
    Prinergy 9.0Apr 13, 2021
  3. Using RBA variables in custom code

    To read RBA variable values from custom code you must specify which variables you will be reading and then fetch their values and assign them to local VB variables:     ' --- declare local variables object ---     Dim variables As Creo.PWS.Automation.BaseDataModel.Variables = action.Variables     '     ' --- identify
    Prinergy 9.5Aug 08, 2023
  4. Uses of variables

    The primary areas where variables can be utilized are: Isolating external references—rule sets often reference external resources such as email addresses … to be updated when changes are required. If variables are used to hold the references, only the variable values will need to be updated and any rules which reference
  5. Using RBA variables in custom code

    To read RBA variable values from custom code you must specify which variables you will be reading and then fetch their values and assign them to local VB variables:     ' --- declare local variables object ---     Dim variables As Creo.PWS.Automation.BaseDataModel.Variables = action.Variables     '     ' --- identify
  6. Identifying where global variables are used

    In Rule Set Manager, you can see in which rule sets a selected global variable is used. In Rule Set Manager, from the View menu on the top-right corner of the Rule Set Library pane, select By Resource Usage. In the Rule Set Library pane, open the Variables folder. Select the global value that you want to check
    Prinergy 9.5Aug 08, 2023
  7. Debugging rules that use variables

    RBA Debugger does not work with RBA variables at this time. It is not possible to view the value of variables when rule sets run or when viewing past … oder wenn vergangene Ausführungen angezeigt werden. RBA 调试程序目前不能使用 RBA 变量。 规则集运行期间或查看过去的执行时无法查看变量的值。 El depurador de RBA no funciona con variables de RBA en
    Prinergy 9.5Aug 08, 2023
  8. Create temporary variables

    Open a copy of the enabled rule set. In Rule Builder, from the Edit menu, select Manage Variables. In the message that appears that prompts you to save the rule set, click Yes and type a new name for this copy of the rule set. In the Manage Variables Editor window that appears, click the Temporary Variables tab
    Prinergy TrainingJun 07, 2017
  9. Uses of variables

    The primary areas where variables can be utilized are: Isolating external references—rule sets often reference external resources such as email addresses … to be updated when changes are required. If variables are used to hold the references, only the variable values will need to be updated and any rules which reference
    Prinergy 9.0Apr 13, 2021
  10. Using RBA variables in custom code

    To read RBA variable values from custom code you must specify which variables you will be reading and then fetch their values and assign them to local VB variables:     ' --- declare local variables object ---     Dim variables As Creo.PWS.Automation.BaseDataModel.Variables = action.Variables     '     ' --- identify