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
eBiz03eBiz03 

Custom Button to query application and create contact if doesn't exist using API

Hi All,

 

I am very new to this type of developement so please bear with me. Hoping someone can at least point me in the right direction to get started.

 

I am looking to develop a custom button on the Account object that would query an external application using API calls and create a new Account in that application using the Salesforce Account data if that Account does not exist. I have the API calls for the application. How should I approach this?

 

Thanks in advance for your assistance.