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.
hiren
3 years agoNew Contributor III
You could retrieve the connection URL using,
si.WebServerUrlUsedByClient& differentiate the Environment by identifying specific keywords (Dev/Stage/Prod) in it.
- bhandelman3 years agoNew Contributor III
hiren, Thank you, that is exactly what I needed.
Related Content
- 2 years ago
- 2 years ago
- 2 years ago
- 2 years ago