↧
Answer by cropredy for How do I use REST API on a Trigger to populate account...
You have a trigger looking like you are making an asynchronous (@future) to method getAPIAsyn but in fact, this method is never called. Furthermore, even if the trigger did call this method, it...
View ArticleHow do I use REST API on a Trigger to populate account fields
I'm new to working with API's and code in general, I have been challenged to create an API to collect data to input into Salesforce records, this will be invoked by a trigger. Currently, I'm running...
View Article