Hi,
We are trying to pass a URL as a binding parameter for a standard task - 92100098 .This URL has a '&' symbol.Since the value is also passed a & symbol in workflow, the link is not recognised after the & symbol.Please let us know the solution to resolve the issue.
&Z_URL_1& - http://metadoc.sonyericsson.net/
&Z_URL_2& -login_link.asp?doc=18/
&Z_URL_3&-15901-LXE108684&rev=latest
when we pass the link as <a href=&Z_URL_1&&Z_URL_2&&Z_URL_3&> link </a>.
The Third URL has the & Symbol is not recognized in the mail sent from the workflow,
Hi,
Instead of trying to include the workitem text in the above way what I would suggest is try to get the entire <a> tag into a container element and pas this into one elemnt of the task container then include this in the workitem text field.
&URL& = <a href = 'http://google.com">Site</a>
And in workitem text just include one container element &URL&
Regards
Pavan
Hi,
It is possible to take all the variable to one single variable suppose Z_URL_4.
Then pass Z_URL_4 it like <a href=&Z_URL_4&> link </a>
Thanks for the reply! But do you have any idea where to concatenate the 3 variables containing the link?
Hi,
Create a background step with custom business object method pass 3 variable and it should return 1 variable concatenating all the the 3 variable.
Hi,
You can try like this
Regards
Pavan
Hi PS,
how are you passing those links to your containers? is it thru Macro or Binding?
Aditya V