Category: Enterprise Architecture
-
Named Credentials & External Credentials: The Backbone of Secure Salesforce Integrations
Named Credentials and External Credentials in Salesforce streamline integrations by centralizing authentication, eliminating secrets in code, enhancing security, and ensuring a clean architectural separation, ultimately improving the developer and admin experience.
-
Creating UAT Test Scripts and the Iterative UAT Process in a Salesforce Implementation
User Acceptance Testing (UAT) is a crucial phase in any Salesforce implementation. As an Enterprise Architect, ensuring a thorough, structured, and iterative UAT process drives a successful deployment. Unfortunately, UAT is often overlooked in implementation strategies, taking a backseat to the GUI / Presentation Layer optimization and cost management. Engaging SMEs and technical resources from…
-
Apex Class Basics: Encapsulation, Inheritance, Polymorphism
Salesforce is a powerful platform for managing customer relationships, and at its core, it provides Apex—a strongly-typed, object-oriented programming language that allows developers to customize and automate processes. If you’re new to Apex, understanding its fundamentals starts with grasping object-oriented programming (OOP). Let’s break it down and dive into writing Apex classes in Salesforce! Understanding…