Discussion:
Printing Letters in Campaign Activity
(too old to reply)
unknown
2010-04-19 06:10:23 UTC
Permalink
Hi

In Campaign Activity, when I create a letter and distribute it...the letter appears in a grid (Letters Created on the Left pane)...I need a button to print these letters. So i have added one on the topmost menu bar. I am using a RDL report to print the letters.When I click on the button i get a blank RDL report. I guess the reason is that the RDL is not getting the activityid of the letters in the Grid. How do I pass the activity id of the grid letters to the button(RDL)?
Thanks

Rahul



Submitted via EggHeadCafe - Software Developer Portal of Choice
Build a Cross-Browser ASP.NET CSS-Only Menu UserControl
http://www.eggheadcafe.com/tutorials/aspnet/f32b452c-48ea-4ed8-96ce-d17d1b482676/build-a-crossbrowser-asp.aspx
Patrick
2010-04-28 09:23:01 UTC
Permalink
If the report is on the campaign activity form on the campaignactivity id of
the open record is passed to the report. If you want to print related letters
you will have to write your query such that it will retrieve all letters
associated to that campaign activity.

Alternatively you will can create the report to work on the letter or
activity (pointer) entity, this way it should show up in the grid toolbar.
However I do not know for sure if reports for activities will show up in the
grid on the campaign activity form.
--
Patrick Verbeeten (MCPD)
CRM/.NET Consultant

Tools for CRM Developers and Administrators
http://www.patrickverbeeten.com/Tools.aspx
Post by unknown
Hi
In Campaign Activity, when I create a letter and distribute it...the letter appears in a grid (Letters Created on the Left pane)...I need a button to print these letters. So i have added one on the topmost menu bar. I am using a RDL report to print the letters.When I click on the button i get a blank RDL report. I guess the reason is that the RDL is not getting the activityid of the letters in the Grid. How do I pass the activity id of the grid letters to the button(RDL)?
Thanks
Rahul
Submitted via EggHeadCafe - Software Developer Portal of Choice
Build a Cross-Browser ASP.NET CSS-Only Menu UserControl
http://www.eggheadcafe.com/tutorials/aspnet/f32b452c-48ea-4ed8-96ce-d17d1b482676/build-a-crossbrowser-asp.aspx
.
Loading...