Welcome to Forums Sign in | Join | Help | Forums
in Search


RECURRINGGIFTACTIVITY Table

Last post 04-02-2007 1:20 AM by Gary Hay. 2 replies.
Page 1 of 1 (3 items)
Sort Posts: Previous Next
  • 04-01-2007 11:08 PM

    RECURRINGGIFTACTIVITY Table

    Hi, Does anybody know how to access the records in the RECURRINGGIFTACTIVITY table? When I create an object of type CRECURRINGGIFTACTIVITY, the only attribute/method I get is 'Fields'. What I'm actually trying to do is to get the associated Recurring Gift (from which we get the current Membership renewal unit and renewal period from the renewal schedule) for the current Gift Transaction so we can create a new Membership Transaction depending upon certain criteria. Sounds confusing to me too! Thanks for your time, Cheers, Gary Hay The Wilderness Society Hobart, TAS, Australia
  • 04-01-2007 11:58 PM In reply to

    • Peter Falconer
    • Top 500 Contributor
    • Posts 36
    • Organization: Oxfam Australia
    • Products:  The Raiser's Edge

    RECURRINGGIFTACTIVITY Table

    Have never tried to access the RECURRINGGIFTACTIVITY onject but to get from a Recurring Pay Cash gift to its parent Recurring Gift use the field oGift.Fields(GIFT_fld_EFT_Id). This gives you the record id of the Recurring gift so you can load it as below Dim oEftGift As CGift Set oEftGift = New CGift 'get the recurring gift oEftGift.Init REApplication.SessionContext oEftGift.Load (oGift.Fields(GIFT_fld_EFT_Id))
  • 04-02-2007 1:20 AM In reply to

    RECURRINGGIFTACTIVITY Table

    Thanks Peter. I tried lots of other things but didn't realise that the EFT_Id field was the one. Cheers, Gary.
Page 1 of 1 (3 items)