You need to sign in to do that
Don't have an account?

How to override the Delete link in a related list?
How can I override a delete link/command in a related list? Or is there a trigger related to CampaignMember table?
I am interested in particular overriding the delete link/commandof the Campaign Member Extras related list in the Campaign detail page or of the Campaign History related list in the Contact detail page.
(I want to detect if a CampaignMember is created or deleted, then I update Account object accordingly)
Thanks.
(Crossed out incorrect info. Campaign Member Extras is my custom object in my attempt to have extra campaign fields since we can't have custom fields in CampaignMember)
Message Edited by okaylah52 on 01-08-2009 05:23 PM
I am interested in particular overriding the delete link/command
(I want to detect if a CampaignMember is created or deleted, then I update Account object accordingly)
Thanks.
(Crossed out incorrect info. Campaign Member Extras is my custom object in my attempt to have extra campaign fields since we can't have custom fields in CampaignMember)
Message Edited by okaylah52 on 01-08-2009 05:23 PM
I seached the Salesforce community and blogs and all mentioned CampaignMember is not available, e.g. Allow_APEX_triggers_on_junction_tables_like_CampaignMember
Thanks.
What I really need is a way to detect when a CampaignMember is created or deleted so I can execute other codes, e.g. update an account.