HTML process does not start on click

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
marc
Posts: 109
Joined: Wed Nov 07, 2007 3:16 pm
Location: Austria
Contact:

HTML process does not start on click

Post by marc »

AwareIM 3.0 Build 1027

I am using a from with an HTML cell.
When I start the process from the html link there always comes a page with start business process including a dropdown where i have to select an process to start.

<a href="businessProcess.do?actionMethod=commit&processName=NameOfProcess" target="main">Click to start Wizard...<a>

NameOfProcess is a available Process

How can i start an process via HTML link directly?
aware_support2
Posts: 595
Joined: Sun Apr 24, 2005 2:22 am
Contact:

Post by aware_support2 »

You need to use "selectedProcessName" instead of "processName". If you use a relative path for your URL it needs to start with "../"

Here is an example from the custom HTML welcome page for customers from the Ordering sample application:

<a href="../businessProcess.do?actionMethod=commit&selectedProcessName=ViewCurrentCustomerOrder" target="main">View current order</a>
Aware IM Support Team
marc
Posts: 109
Joined: Wed Nov 07, 2007 3:16 pm
Location: Austria
Contact:

Post by marc »

Solved, Thank you!
Post Reply