User Story Today we are going to cover a worst case scenario. Something was deployed to Production that shouldn’t have been, but we don’t know which deployment holds the answer. The UI for deployments is clunky and doesn’t allow us to see who deployed what without clicking into the individual deployment. This is a hassle,Continue reading “Utilizing the Tooling API to Query Deployment Information”
Tag Archives: REST API
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 RESTContinue reading “Creating Child Objects Using Apex REST API”
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 toContinue reading “Updating DatedConversionRate sObject using Workbench REST API Explorer”
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 newContinue reading “Inserting DatedConversionRate sObject using Workbench REST API Explorer”