


Hello Everyone,
I would like to know, which function is called when this delete button clicked?
I want to log the recipient (which is being deleted) and operator (Who is deleting).
PFA: Screenshot.
There should be a function, which is called when clickings on this button.
When someone clicks on this button, I want to call the soap call to log it in other table and after that delete that recipient.
Thanks in advance.
Parvesh Parmar.
Hi Parvesh,
Please check the below path for Recipient input forms and check the source code where you will get an answer
Adminstration --> Configuration --> Input Forms --> Recipient
Regards,
Venu
Hello Venu,
Thanks for helping me.
Can you please mention which container contain this information in input form of recipient?
It would be great if you can share screen shot.
I would also like to inform you, I have implemented the log in recipient form if a operator view or modify the record of recipient. This is working fine.
Thanks.
Parvesh.
Views
Replies
Sign in to like this content
Total Likes
Hi,
You can use a reverse proxy to intercept requests to soap action xtk:persist#WriteCollection, diverting recipient deletes to a script that looks up session tokens, logs them, and sends the reqs on their way. I've done similar with Apache and Squid on separate (non-Campaign) projects.
Thanks,
-Jon
Hello Jon,
Thanks for reply.
Your answer seems good. But I never implemented or work with revers proxy. But I will check it.
Kind Regards,
Parvesh.
Views
Replies
Sign in to like this content
Total Likes
It's the only way you're going to get this to reliably work, discounting raw sql expressions in code. Should also track #Write.