Hello Techies,
I am looking for ways to extract a list of environment constants in my application. I know I can export entire list of constants and look up the properties file but is there a better way within designer to achieve it?Thank you!
Discussion posts and replies are publicly visible
TJ said:I know I can export entire list of constants and look up the properties file
This is the optimal and most straightforward solution
never mind, I created a python utility to scan through contents and return list of environment constants. Thank you for your response.