Forum Discussion
bhandelman
3 years agoNew Contributor III
How to identify which environment a BR is running in?
I have some business rules that need to identify which environment the BR is running in. This is because they does different things in each environment. In one BR i want the process to run in Prod bu...
- 3 years ago
You could retrieve the connection URL using,
si.WebServerUrlUsedByClient& differentiate the Environment by identifying specific keywords (Dev/Stage/Prod) in it.
AK
3 years agoNew Contributor III
Please see if the substitution variable |AppName| helps. This is a general substitution variable cand provides the application name. It can be used in Business rules.
bhandelman
3 years agoNew Contributor III
Unfortunately we use the same application name for all our environments. We are currently On-Prem. When we refresh from Prod to Dev and QA we do not rename the Dev/QA applications. if we did, that would work great. Any other thoughts?
Related Content
- 2 years ago
- 2 years ago
- 2 years ago
- 2 years ago