johnsontitusJun 17, 20204 min readCreate a Connected AppA connected app is a framework that enables an external application to integrate with Salesforce using APIs and standard protocols,...
johnsontitusMay 15, 20201 min readOutbound MessagingOutbound Messages are SOAP transactions that Salesforce automatically sends to external systems when triggered. use case - when an...
johnsontitusMay 14, 20201 min readExternal lookup vs Indirect lookupAn External ID field is used to associate records instead of the usual record id. The child record must have an existing lookup or...
johnsontitusMay 14, 20201 min readData integration with external systemuse case - create a customer order in salesforce when an order is placed on an external system. Solution: In the order object in...
johnsontitusMay 13, 20201 min readHttp callout to an endpoint using Apex//when the callout endpoint's url and authentication settings are done in the remote settings HttpRequest req = new HttpRequest();...