Acknowledgement Report

Hope this is possible, but I fear it is not.

I would like for the standard Acknowledgment report to have "Program Book Name" as an optional parameter and then have the corresponding name returned in the data set along with the next payment due date and amount.  Since I'm certainly not going to start hacking away at AP_ACKNOWLEDGEMENT_LETTERS, I thought about copying it to LP_ACK_LETTERS and making the changes there and then tying a custom report to it that would do all of the nifty acknowledgement tricks (i.e. look in t_format_info to get the correct infomaker object).

Is this advisable? Possible?

Parents
  • We use a local ack letter procedure so that we can add a couple of fields that aren’t in the original, the program name being one of them.  In InfoMaker I copied d_ack_letter_report to create ud_ack_letter_report, added my extra fields, attached it to my acknowledgements in t_format_info, and that’s that.

     

    Lucie

     

    ___________________________________

    Lucie Spieler

    IT Development and Training Manager

    Editor, Season Program

     

    Florida Grand Opera

    8390 NW 25th Street

    Miami, FL 33122

    305.854.1643 x 1521

    Box Office: 800.741.1010

    To Give a Gift: 305.403.3315

    www.FGO.org

     

    2010-2011 | 70TH SEASON | THE MYSTERIES OF LOVE

    Turandot | The Tales of Hoffmann | Don Giovanni | Cyrano

     

     

  • Lucie,

    Do you have multiple Program Names per constituent?  If so, how do you choose the correct one for the letter you are trying to run?

  • Unknown said:

    Do you have multiple Program Names per constituent?  If so, how do you choose the correct one for the letter you are trying to run?

    We have a both a custom ack letter report, and multiple program names. We include as many as are desired (three I think) in the ack letter output, which is later mail-merged, and I believe that depending on which letter is being merged at the time, only the desired pname is included in the final letter output.

  • Chris,

    Thanks for the info.  We are trying to reach the Holy Grail of not having to merge the Ack Letters. So I need to specify the requested program name as a parameter.  We've worked around this by just creating a separate report for this particular letter. The new report calls its own local SP and bypasses the standard report altogether.

    Not the most elegant solution, but it works and is saving the devo folks quite a bit of time.

Reply
  • Chris,

    Thanks for the info.  We are trying to reach the Holy Grail of not having to merge the Ack Letters. So I need to specify the requested program name as a parameter.  We've worked around this by just creating a separate report for this particular letter. The new report calls its own local SP and bypasses the standard report altogether.

    Not the most elegant solution, but it works and is saving the devo folks quite a bit of time.

Children