Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
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.
Solved! Go to Solution.
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.
View solution in original post
Views
Likes
Replies