+ Start a Discussion
gudduguddu 

URL problem on lead details page

hello ,
I am facing one problem . I am creating lead through salesforce api through my code . In my code i am assigning   <a target=_blank href="http://www.ebizq.net/news/7612.html">More...</a>
to the description field .But after lead creation when i  ascess the same lead under Lead tab then in description field i get the same : <a target=_blank href="http://www.ebizq.net/news/7612.html">More...</a>
Actually i want More link having hyperlink like More having url to http://www.ebizq.net/news/7612.html .
 
Can anyone help me in this regard ?  I am using C# for development .
Thanks in advace .
benjasikbenjasik
have you considered a hyperlink formula field?  Load the link and the display value, and then base a formula hyperlink field based on those?