Example: Assume that there is a string variable called "passcode" .
I have to fetch value for the variable passcode at runtime based on the environments
| Environments | Value | 
|---|---|
| DEV | abc123 | 
| SIT | def321 | 
| QA | S1O8F9 | 
| PROD | 3a2b1c | 
In webMethods, Are there any alternate solutions to configure and fetch the value at each environment level apart from Global variable option?