Page 15 of 81. Showing 810 results (0.023 seconds)
Creating variables
Before you can use variables, you must create them. Variables are created in the Manage Variables Editor. To open the Manage Variables Editor, in Rule Builder, from the Edit menu, select Manage Variables. If the rule set is new and was not saved yet, you are prompted to assign a name to the rule set and saveTypes 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 VariablesText-mark variables
When you add code words called variables to your text marks, their values are derived from the job details and included in the output. Notes: Text-mark variable names are not case-sensitive. Before Asian or other Unicode fonts can be rendered in text marks, the CJK text-mark profile options must be correctly setUses 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 ' ' --- identifyCreate 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 ' ' --- identifyUsing 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