Monday, August 7, 2023

Global Variables

 

Global variables can be used as config parameters when moving code from Dev to QA to Prod. And, of course use cases might be different. Basically, it's key/value model.

First, create Global Keys/Variables should be created in IS.

Note: You can save values as Password (******) also.

IS> Setting>Global variables



Next, substitute those variables in your logic



Thanks for reading...Happy Learning 


No comments:

Post a Comment

How to debug a Java Service.?

Please read my previous blog on Java Service Implementation to understand basics. After you have implemented Java Service successfully and e...