function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Teach_me_howTeach_me_how 

Trigger on CampaignMemberStatus?

Is it possible to create trigger in this object after insert and after delete? How?

Avidev9Avidev9
I dont think you can create a trigger on CampaignMemberStatus. Can you disclose your requirement ? Probably you wont need a trigger on this object
Teach_me_howTeach_me_how

The requirement is track any changes on the set of status for each campaign.

Use case: user a is complaining that he cannot see some of the status and the reason for this is user b remove the status using advance setup button on campaign page. We need a proof that user b is the one who remove the status

hpereirahpereira

Hello,

 

It is not possible to create triggers on this specific object.

Try to keep record of the changes that user B makes on campaign page and then showing them to user A, even if you have to use new custom objects to record those interactions.

 

Tricky this one...

Teach_me_howTeach_me_how
my problem is user b made the changes on advance setup button not on the campaign' trigger on campaign is not called when changing under advance setup button of campaign