Is there a way to create a business rule where the login url is not hard coded
Hi. Is there a way to create a business rule where the login URL is not hard coded? See example below where URL is hard coded:
//Log into the target environment
EpmAutomateStatus loginstatus = automate.execute('login', 'USERID','PASSWORD' , 'https://production-app-epm.1.ocs.oraclecloud.com')
if(loginstatus.getStatus() != 0) throwVetoException(loginstatus.getOutput())
println(loginstatus.getOutput())
Tagged:
0