I have a report that uses data from Sales Force. I have one data item
that is an ID from Sales Force. The report will be emailed to users as
PDF file. I need that ID data item to appear as a hyperlink where and
when the users click on it, it should open a new browser window in
Sales Force with the related data item details page. How do I
accomplish this? Are there any sample codes available?
you can add a hyperlink and set the source and url to the data item value... or enclose the data item in html item and code the link syntax
Worked like a charm. Thank you!