Related links are used to provide a link to an application in the Inbasket. The application that is triggering a process sends these parameters to generate the link:
Parameter
|
Description
|
Name
|
A name given to the link
|
Related link type
|
These are the four types of related links:
-
Infor Lawson
-
Landmark
-
M3
-
URL
|
Target
|
The target could be formatted based on the link type:
-
Infor Lawson: The host and port information will be the Infor Lawson host and port provided in the "main" configuration set. In this case, the target will be in XML format:
<LPSParameterInfo Source="" Type="">
<Parameters>
<Parameter Name=" ">
<Keys>
<Key Name=" "> </Key>
</Keys>
<ParameterValue> </ParameterValue>
</Parameter>
</Parameters>
</LPSParameterInfo>
-
Landmark: A full link to the Landmark application. Alternatively, you can specify just the query string. In this case, the web app name property passed in the query parameter will be used to set up the host and port information for the related link.
-
M3: A full link to the M3 application
-
URL: The http(s) URL for the related link
|