Introduction
If the constant values you want to define are already defined in code groups, you should execute a query for the values you want and import them as constants.
|
QUICK STEPS |
| 1 |
Click the Tools icon and select Constant |
| 2 |
Add a group |
| 3 |
Enter the ID |
| 4 |
Click OK |
| 5 |
Select the type of constant you want to add |
| 6 |
Enter the query |
| 7 |
Retrieve the schema |
| 8 |
Enter the constant details |
| 9 |
Import the constants |
| 10 |
Save the Constants file |
Detailed Steps
Step 1. Click the Tools icon and select Constants.

Step 2. Add a group.

Step 3. Enter the ID.

Step 4. Click OK.
Step 5. Select the type of constant you want to add.
You are adding constants by executing a query, so select Query.

Step 6. Enter the query.
The query retrieves values from the application code groups.

Step 7. Retrieve the schema.
Step 8. Enter the constant details.
To import constants via query, you need the following details:
- Name Column: This is the table column whose value you want to use to refer to the constant.
- Value Column: This is the table column whose value you want to use as the constant value.
- Description Column: This is the table column whose value you want to use as the constant description.
- Group Name Column: This is the table column whose matching values you want to use as a group names if you are creating multiple groups of constants with one query.

Step 9. Import the constants.


Step 10. Save the Constants file.

#Develop
#Rules
#Task Steps
#Everyone
#Text Help