Blogs
-
Encryption And Decryption Using The Crypto Class
Ensuring platform security is crucial. Whether you’re developing a composite application for the AppExchange, creating integrations with open authentication (OAuth), or simply connecting Salesforce with an internal system/platform, it can raise concerns for your security team. However, the Salesforce Crypto class is designed to alleviate these concerns. We incorporate Salesforce encryption/decryption logic regularly in many…
-
Tailored REST API Endpoint For Salesforce
Many third-party applications offer their own APIs or webhooks, facilitating seamless and often simplified integrations across platforms. Another integration approach may involve using middleware or an enterprise service bus (ESB) to facilitate data movement. Regardless, the Salesforce REST API can handle standard CRUD operations (create, read, update, and delete), or you can develop custom Apex…
-
Processes That Occur Asynchronously On The Salesforce Platform.
I frequently advise basing Salesforce development decisions on platform capabilities, even if some features have not yet been embraced by your business. Keeping this in mind, I want to introduce the idea of running certain processes in both synchronous and asynchronous modes. In a previous discussion, I highlighted a situation where Salesforce allowed Community Users…