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
SFDC LearnerSFDC Learner 

is there any method that fires after commit happens?

What is the Solution to make an API Callout to an External URL after a Lead Record is inserted(Once Save button is Clicked on) , without using @Future Annotation. 

 

sushant sussushant sus

you can use oncomplete() call javascript function and through action function call method from controller