-
Creating Child Objects Using Apex REST API
User Story We have an external application that collects Account and Contact information. The application sends information in JSON format. Previously, our sales team input this information manually. Let’s automate the process! Background The Apex REST API allows us to expose our Apex classes and methods to external applications via REST architecture. The Salesforce REST…
-
Updating DatedConversionRate sObject using Workbench REST API Explorer
Hello, and welcome to Another Salesforce Blog! Here I will be posting solutions to problems that I couldn’t find an answer to in hopes of helping those who find themselves stuck when using the Salesforce platform. User Story It’s the end of the fiscal year, and we need to update our currency conversion rates to…
-
Inserting DatedConversionRate sObject using Workbench REST API Explorer
User Story It’s the end of the fiscal year, and we need to update our currency conversion rates to the most recent rates. The rates are contained in a spreadsheet that was given to us by our financial team. We are unable to add a connected app due to business requirements. We must create new…