bhandelman
2 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...
- 2 years ago
You could retrieve the connection URL using,
si.WebServerUrlUsedByClient
& differentiate the Environment by identifying specific keywords (Dev/Stage/Prod) in it.