Hi there,
I've been asked to add soft credits to a handful (12) old contributions in SSMS. In Test I tried adding a row to T_CREDITEE and it looks like this is all there is to it, but thought I'd see if anyone knew of any other tables that are updated that I might miss doing this via the backend.
Thanks!
Frannie
I've done this many times over the years, e.g.
insert into t_creditee
(ref_no, creditee_no, credit_dt, credit_amt, creditee_type)
select 2208864 , 600255 , '2014-09-09 00:00:00.000', 10000, 6