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
Hiro Sa 1Hiro Sa 1 

Trigger Flow from record delete

Hi, I have no prior experience in coding so I'm wondering if it's possible to execute a Visual Flow after deleting a record from a trigger? If so how can I do this?
Sumeet_ForceSumeet_Force
Map<String, Object> params = new Map<String, Object>(); Flow.Interview.RenewalOpptyGenerationFlow myFlow = new Flow.Interview.RenewalOpptyGenerationFlow(params);
myFlow.start();