Include an option to send an e-mail right from the Report for the specific person

Dear All,

our client would like to have the following functionality in Jasper:

They have scorecard reports already designed.

They would like to include an option to send an e-mail right from the Scorecard for the people that can solve some problems.

I suppose they would like to have the option to add an email address and send predifined content and a link to the report.

Is there a built-in functionality in Jasper like this.

 

My remeark: I do not refer to report scheduler: they alredy use this automatic funtionality. They would like to have the funtionality on the report front-end.

Thank you!

Best Regards,

Robert

robert.blazsek's picture
Joined: Apr 30 2014 - 2:02am
Last seen: 8 years 4 months ago

Dear All,

I would like to give you the summary of the architecture:

Produktedition: Enterprise

Funktionen: Fusion AHD EXP DB ANA AUD MT

Produktversion: 5.5.0

Build: 20131024_0554

Lizenztyp: Kommerziell

Database: Oracle 10g version: 10.2.0.4.0

Best Regards,

Robert

robert.blazsek - 8 years 5 months ago

Dear All,

It would be also acceptable, if the user clicks on a link on the report front end, and then Microsoft Outlook would pop up with a predefined subject and email address.

Thank you! Is it something like that possible in Jasper?

Best Regards,

Robert

 

robert.blazsek - 8 years 5 months ago

1 Answer:

I haven't tried this but it may be possible to add a text field with a hyperlink with "mailto:....?subject=....". The other option is to just create a Visualize.js page with your score card report and a link to send an email.

hozawa's picture
170497
Joined: Apr 24 2010 - 4:31pm
Last seen: 3 years 9 months ago

Dear Hozawa,

thank you for your answer! I am going to test the "mailto" and the visualize.js solutions. Thank you very much!

Best Regards,

Robert

robert.blazsek - 8 years 5 months ago

Dear Hozawa,

the following solution is working with MS Outlook. I have to edit the text box definiton of the link like this:

<textElement/>
<textFieldExpression><![CDATA[">> Report error"]]></textFieldExpression>
<hyperlinkReferenceExpression><![CDATA["mailto:test@somewhere, friend@somewhere-else?subject=Congrats%20Obama&body=Enjoy%20your%20stay%0ARegards%20"]]></hyperlinkReferenceExpression>
</textField>

Thank you!

Best Regards,

Robert

robert.blazsek - 8 years 5 months ago
Feedback
randomness