Hi Victor,
Enclosed are the expression files. What I want is to retrieve 4 values (say to pass in child pipelines or in some mapper) and I am trying to do it as below but my expressions are failing. You already helped me to correct one of them.
What I want is that if I am in Dev then the expression must return dev configuration values and when in prod then prod values.
I would truly appreciate if you can help me doing so.
-
Database_Account
-
Oracle_Cloud_Soap_Account
-
HCM_Flow_Service_WSDL
-
Generic_Soap_WSDL
-
eval(“lib.environment.getAppConf(‘OracleEBS’).” + lib.parameters.getAppConf(‘parameters’).EBS_Instance + “.srcDB”)
-
eval(“lib.environment.getAppConf(‘HCMCloud’).” + (lib.parameters.getAppConf(‘parameters’).HCM_Cloud_Instance) + “.Soap_Account”)
-
eval(“lib.environment.getAppConf(‘HCMCloud’).”+ (lib.parameters.getAppConf(‘parameters’).HCM_Cloud_Instance) +“.URL”) + lib.parameters.getAppConf(‘parameters’).HCM_Flow_Service_WSDL_URL
-
eval(“lib.environment.getAppConf(‘HCMCloud’).”+ (lib.parameters.getAppConf(‘parameters’).HCM_Cloud_Instance) +“.URL”) + lib.parameters.getAppConf(‘parameters’).Generic_Soap_WSDL_URL
HCM_Interface_config.expr (1.3 KB)
HCM_Interface_Processes.expr (695 Bytes)
config.expr (3.6 KB)