Skip to main content
Hi,

 

I need to make an http request to get some data returned in json format. I'd like to make this request after stepping off the Account.AccountNumber field (which needs to be passed along in the url), and populate some other account fields (business name, number of employees, and address) while the user is on the (Account) New Record page. This must be for lightning. Is this possible? If not, what else do you recommend?

 

Many thanks for input!

 

 
4 risposte
  1. 5 nov 2019, 09:51
    Thanks, so it seems this can be achieved with a trigger and some Apex classes. However, this would allow me to do the http request and update fields on the Account when I click Save. I'd like for this to happen when the user steps off the Account Number field (so before Save). Is this possible in Salesforce Lightning? I'm quite new to this, and I can't find any documentation on this.
0/9000