Expand my Community achievements bar.

How to Initiate a process remotely

Avatar

Former Community Member
I know this can be done in older versions of LiveCycle, but not sure how to do this in ES.



Before, I can initiate a process with a URL that looks something like this:

http://server:port/...?formname=MyForm



and it will popup the Form Manager login screen, after I enter the ID and password, it will launch the form automatically.

[as opposed to the standard procedure: login to Form Manager, click on a category, click on a form]



How do I do this auto-launch in LiveCycle ES WorkSpace? what's the URL look like? Or this can only be done by customizing WorkSpace?



thanks
2 Replies

Avatar

Former Community Member

I am lookin for samething. can anybody help please?

Avatar

Level 10

Simple! Here is the direct URL to a process's startpoint

http://localhost:8080/workspace/Main.html?startEndpoint=MyApplicationName/MyFolderName/MyEndpointName

Change the localhost and MyApplicationName/MyFolderName/MyEndpointName values to suite your server name and endpoint url respectively.

Nith