• CheziBurak
  • NEWBIE
  • 0 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
I created a Platform Event (RUS__e) and a trigger on the event. This is used to calculate roll up code logic on edit events.
A few days ago - the trigger stopped working. I see the event created in the BUS (using workbench subscribe) - but when I debug the Automated Process user - I can't see the trigger is executing!
 
trigger RUS_Trigger on RUS__e (after insert) {

    Integer counter = 0;
    Map<Id,SObject> objectsMap;
        
    for (RUS__e event : Trigger.New) {
 System.debug(JSON.serialize(event));
   }
 
    
}

 
I need a good blog for LWC with third party JS chart drawn.

The third-party js not working or the chart not working in LWC.

I need pie chart in LWC.

Thanks in advance.