get external link (Integration function)
This function makes it possible to generate an external link (type-dependent) for a specific business object (owner). Since external links are created via association criteria and read rights are checked, a corresponding Integration login object (a) must be passed as well.
Parameter
|
Parameter |
Description |
|
a |
A Integration login object as XML or file containing the XML. The specified user is used to check read rights and to evaluate association criteria. See also Create Login Request (Integration function) to generate a login request directly. |
|
b |
The Full-Qualified-Classname of the business object whose link is generated (e.g. en.lobster.scm.shipment.bto.Shipment). |
|
c |
The ID of the business object whose link is generated. |
|
d |
The external link type (enumeration External link type). Name of the enumeration value. |
Return value
Returns the external link as a string, otherwise the execution of the module fails with an error.