Page 15 of 88. Showing 871 results (0.06 seconds)
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 multipleDeleting 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 VariablesUsing 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 ' ' --- identifyUses 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 referenceUsing 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 ' ' --- identifyIdentifying 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 checkDebugging 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 enCreate 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 tabUses 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 referenceUsing 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