Hi experts,
Our SAP environment is ECC 5.0. I have a requirement to add an external URL into my workflow task description. I have added the below URL in the task description as a comment with /*
with proper < >
a href="mailto:test@lsi.com?subject=test&body=action:approve"
This works fine.
However, when I create a container element named url_link and assign initial value in the container as below:
mailto:test@lsi.com?subject=test&body=action:approve
And then within the task description as a comment with /*
a href="&url_link"> Approve </a>
This is what I get in the HTML source:
a href=" mailto:test@lsi.com?Subject=Test<(>&<)>Body=action:approve"> Approve
I also tried to include escape character <)> in the container initial value
mailto:test@lsi.com?subject=test<(>&<)>body=action:approve
That didn't work either.
Any help would be greatly appreciated.
Thank you.
Jennifer Tran
Edited by: Jennifer Tran on Jan 5, 2008 12:04 AM
Edited by: Jennifer Tran on Jan 5, 2008 12:05 AM