0

I have custom button "Verify Address" which calls trigger and Webservice API for address verification. Now my requirement is , when records are uploaded through data loader how can i call this trigger which have webservice api calls.

Shravani
  • 1
  • 2
  • Would it be enough to kick off a batch job? Does the person using the batch loader have access to the SalesForce? And would they be able to run a job? – HungryBeagle Dec 19 '16 at 14:02

1 Answers1

1

You can invoke @future method from your trigger that will do address validation for you.

HTTP Callout from Triggers

Pranay Jaiswal
  • 35,996
  • 16
  • 75
  • 134