How to figure out if the environment is Dev / Test / Prod runtime
Summary
How to figure out if the environment is Dev / Test / Prod runtimeContent
Hi,
Our client has 3 environments ( Dev , Test , Prod) but only got licenses for 2 ICS instances. ( say ICSDev, ICSProd)
Now I need to run the same integration( Say INT1 uses CONN1) for 3 environments in 2 instances in parallel.
Question : What are the best ways to do this ?
Option 1 : Clone Integration ( INT1Dev , INT1Test) , Clone Connections ( CONN1Dev, CONN1Test) and make INT1Dev-->CONN1Dev , INT1Test-->CONN1Test connections.
Advantages: Can execute in parallel.
Disadvantage : a) Need to make same changes in every Integration whenever there is one . With ICS its more difficult as we cant copy and paste code.
1