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
Sam CloutierSam Cloutier 

Need to help getting trigger to fire

What I really need is my trigger to fire after a vote has been cast for an Idea.

My trigger works fine if I edit and save the idea.  However, I haven't been able to get it to fire after a vote has been cast. 
The LastReferencedDate field changes when a vote is cast, but it doesn't seem to be detected by After Update or After Insert. 

The Vote object doesn't appear to be exposed to apex triggers so I can't fire on that either.

If anyone could assist I would greatly appreciate it.

I am basically stuck trying to find a way to detect that a vote has been cast in order to fire this trigger.
doravmondoravmon
Could you please post your code here? Might easier to help then~