Solved
Javascript to get the Instance server URL
Hi
I am using Adobe Campaign Classic v6.7. I want to write a javascript to get the serverl url of my instance in an workflow.
Hi
I am using Adobe Campaign Classic v6.7. I want to write a javascript to get the serverl url of my instance in an workflow.
Hi Rahul,
You can query it from the options or get the instance name also
logInfo("http://"+instance.hostname);
logInfo(getOption("NmsServer_URL"));
Here are other options available;
i.e.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.