<br><font size=2 face="sans-serif">Hello,</font>
<br><font size=2 face="sans-serif">&nbsp; I am trying to create a link to the AS400 image server to retrieve the invoice image. </font>
<br><font size=2 face="sans-serif">I tried to do it two way. First I had a link from the task description.</font>
<br><font size=2 face="sans-serif">Here is the actual URL to AS400 image server. HTTP://MCNTY2K06/GBIP/GBIP.ASP?PO=&amp;INVOICE=12345&amp;USERID=XYZ</font>
<br><font size=2 face="sans-serif">To create this URL I have created three attribute to the FIPP (ZFIPP) object.</font>
<br><font size=2 face="sans-serif">1) ZHLNK = 'HTTP://MCNTY2K06/GBIP/GBIP.ASP?PO='</font>
<br><font size=2 face="sans-serif">2) ZILNK = 'INVOICE=12345'</font>
<br><font size=2 face="sans-serif">3) ZULNK= 'USERID= xyz'</font>
<br>
<br><font size=2 face="sans-serif">When I used this variable in the task description to create invoice link </font>
<br><font size=2 face="sans-serif">&lt;A HREF=&quot;&amp;ZHLNK&amp;&amp;&amp;ZILNK&amp;&amp;&amp;ZULNK&amp;&quot;&gt;INVOICEIMAGE&lt;/A&gt;</font>
<br>
<br><font size=2 face="sans-serif">When I execute the work item (decision task) this is what happens, </font>
<br><font size=2 face="sans-serif">URL now some how looses middle variable ZILNK. Actual URL comes like HTTP://MCNTY2K06/GBIP/GBIP.ASP?PO=userid=xyz</font>
<br>
<br><font size=2 face="sans-serif">Can some body help me our here? I think because of this '&amp;' special character it is doing. But then what is the escape sequence? Is there any way?</font>
<br>
<br><font size=2 face="sans-serif">Also, I tried to create an attachment by using the fun module SWL_WI_ATTACHMENT_CREATE. This fun module does creates URL link to the workitem but this link works only via core R/3 . We are using integrated in-box via workplace and this link gives me error message saying &quot;This function is not supported via your front end&quot;</font>
<br><font size=2 face="sans-serif">When I looked in the workflow container this attachment has been created by type 'EXT' (bus object SOFM) instead of 'URL'.</font>
<br><font size=2 face="sans-serif">Any Idea?</font>
<br><font size=2 face="sans-serif">&nbsp;Also, I am looking for the fn module which can create attachment in the background by wf-batch using call transaction. This fn module does not work by wf-batch. </font>
<br>
<br><font size=2 face="sans-serif">Regards,</font>
<br><font size=2 face="sans-serif">Pallavika Patel</font>