Call url from button in Workflow

This issue has been solved. See solution.
chrisfreckmann's picture

I'm interested in calling a url like:

http://localhost/Altiris/Resource/ResourceManagerConsole.aspx?ItemGuid=74dc9fde-1361-4f79-92f2-d776a65e917c

from within an embeddedactionbutton in Workflow.  Any ideas?

ChrisBern's picture

LinkComponent works well

Solution

There are probably multiple ways to go about it, but on a Form Builder, the LinkComponent works great...you can dynamically determine the URL if need be or just hard-code it.  The text of the link can differ from the URL.  You can have the link open in a new browser window, which is often desirable.  Check out that component and see what you think.

chrisfreckmann's picture

Great Tip

That worked perfect, Thanks!