You need to sign in to do that
Don't have an account?
Teach_me_how
Trigger on CampaignMemberStatus?
Is it possible to create trigger in this object after insert and after delete? How?
function readOnly(count){ }
You need to sign in to do that
Don't have an account?
Is it possible to create trigger in this object after insert and after delete? 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
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...