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
HobieHobie 

Launching a flow from an Opportunity Field Update

I do not have Flow Triggers installed in my Org.  I have written a Headless Flow and need to just have it run in the background when a user enters a Case No on an Opportunity Record.

Is this possible?  Thanks so much as I'm not a developer!  
Grazitti TeamGrazitti Team
Hi Hobie,

You may need developer's help for this. Create a VF page and add the flow to it. Then on opportunity, create an apex trigger which will invoke an apex method to make an http request to that VF page, (when the trigger criteria is met). 

Hope this helps.

Regards,
Grazitti Team
Web: www.grazitti.com