cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi Experts,

Work flow email step:

In send email step,ive to display a text click here and one click of the text original link should be opened.

How to achieve this in the email step.I've seen some formatting options in text editor.But im not sure about it.

Could you please provide some inputs on this.

Regards

Keerthi

0 Likes
View Entire Topic
Former Member
0 Likes

Hi ,

I achieved the URL link in SBWP using <a> anchor tag in task description as

<x href="&LINK1&">test</x>

Note : replace 'X' by a

LINK1 is a container element which has the iniital value as http://www.google.co.in/

In SOST the link appears as test and when i click on it , it directly opens the google window.

But the same is not appearing in the Outlook mail.I have seen some of the existng forums but could not find the answer

for this.If anyone has resolved this issue please share.

Regards

Keerthi.

Edited by: keerthi vasan on Oct 19, 2010 4:04 PM

Edited by: keerthi vasan on Oct 19, 2010 6:57 PM

Former Member
0 Likes

Hi Keerthi,

In the Outlook you have to set the mail format as HTML.

Also you can check the below threads.

Thanks.