Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

How open form in Workspace by clicking on intranet link?

Avatar

Level 2

We are just getting started in LiveCycle by automating some internal forms. We'd like to have the ability to link to the form on our intranet site and when a user clicks on the link it will open up the form in Workspace. Is this possible and if so, how is this done? If I create a link using the SOAP address in the default startpoint, it just opens up an XML page.

Thanks for any assistance.

1 Accepted Solution

Avatar

Correct answer by
Level 3

You can use the following url to connect to a start form within LiveCycle workspace:

http://server:port/workspace?parm=value

for example:

http://bob:8080/workspace?startEndpoint=HumanResources.PurchaseRequest

The above url will direct you to the Workspace login page on a server called bob.  After authenticating you will be presented with the PurchaseRequest start form (assuming you are authorized to view the form in Workspace).

In the above example HumanResources represents the name of the service and PurchaseRequest represents the name of the startpoint for that service.

Hope that helps.

View solution in original post

4 Replies

Avatar

Correct answer by
Level 3

You can use the following url to connect to a start form within LiveCycle workspace:

http://server:port/workspace?parm=value

for example:

http://bob:8080/workspace?startEndpoint=HumanResources.PurchaseRequest

The above url will direct you to the Workspace login page on a server called bob.  After authenticating you will be presented with the PurchaseRequest start form (assuming you are authorized to view the form in Workspace).

In the above example HumanResources represents the name of the service and PurchaseRequest represents the name of the startpoint for that service.

Hope that helps.

Avatar

Level 3

Hi Robert,

 

I have tried with above one in AEM HTML Forms but still not opening direct Form in the workspace.

Sample: http://abcd:8080/lc/ws?startEndpoint=ProcessName.PurchaseRequest

 

Can you help me on this.

Avatar

Level 2

Thanks, Robert! I got it working.

Appreciate the assistance.

Avatar

Level 3

Hi @Robert_Haché Could you please explain me the same in details..

 

i have tried with below URL but getting 404 resources not available error.

 

http://myhost:8080/lc/libs/ws/startEndpoint=ProcessName.StartPoint_Name 

 

Error:

Cannot serve request to /lc/libs/ws/startEndpoint=ProcessName.StartPoint_Name