HI, I am not get any table values inside Before/After DeleteTable Triggers

Bilu

Member
I have a requirement like i need to keep 2 tables in syc using table triggers. I was able to replicate for insert/update operations , but for delete i am not able to get the table values inside the Before/After delete events and hence if i delete one record it wont get deleted in other table.
Anyone knows what can be the issue?
frown.gif
 
Search this forum on JDE table triggers. Short answer, they are practically worthless. If you really need table triggers, if possible use DB triggers instead.
 
Hi Boster,

Thanks for the reply.I am have searched almost all available resources to know y this is not happening. But could not find a reason. They want in jde triggers itself because this is on custom UDC table and they want to support UDC cache.
 
One more thing i found out is its working in fat client but not in thin client. Any ideas?
 
Back
Top