kruyoupatel
19th May 2015, 14:35
Hello Gurus,


I tried to update my History Table upon changes on main table records.
My session is of Type 3. So when I try to update my History table on after.rewrite section, It goes in loop for each changed records in occurrence.

Same works fine for Multi Occ. Session if i don't Update any other table in after.rewrite.

Can anyone suggest why upon updating the other table the Occurrence goes into loop?

Regards,
KP

manish_patel
19th May 2015, 15:55
Hi KP,

If possible, share your code so someone can guide you.

mark_h
19th May 2015, 15:58
I must be missing something - each record changed in a multi-occurrence session would go thru the after.rewrite section. So it would hit it multiple times - what do you mean it goes through a loop? Are you getting an error of some sort?