Hello Salesforce Enthusiasts, We have a new announcement for you. As you may remember, 2 weeks ago we shared a JavaScript Developer 1 - Practice Exam booklet in our Slack workspace. Now this booklet is physically published! It is available in paper and kindle versions, almost all over World, in Amazon USA and in many other country-specific marketplaces (like UK, India, Sweden, Germany, France etc.). Unfortunately, it is not free but for the ones who love working on a printed version (or in a Kindle), can have a look at that. Please do a search in Amazon for the title below. Stay tuned with us, there are always surprises in this community ;) --- P.S. Free pdf version continues to be available in our Slack workspace. To receive it, please click on "Visit website" link under our name and join "Salesforce Enthusiasts Slack Workspace". #javascriptdeveloper1practiceexam #salesforcecertification #trailhead #salesforcecertificate #lwc
About us
This page is a place where we share everything related to Salesforce ecosystem. You find blog posts, latest Salesforce news, development hints, code examples, and lots more on this page. There will be freelance and permanent job posts related to Salesforce Platform projects. You'll have the chance to apply for them. In addition, there will be tips to pass the Salesforce certification exams. And as a bonus, members will find the chance to join the competitions where prizes are very valuable like "Salesforce certification exam vouchers", "books", "online training opportunities" and more... We warmly welcome everyone who want to be part of this page!
- Website
-
https://salesforce.enthusiasts.community/slack-invitation
External link for Salesforce Enthusiasts
- Industry
- Software Development
- Company size
- 2-10 employees
- Headquarters
- London
- Type
- Nonprofit
- Founded
- 2024
- Specialties
- Salesforce, Lightning Web Components (LWC), Apex, Flows, AgentForce, Data Cloud, Salesforce Platform, Salesforce AppExchange, Marketing Cloud & Pardot, Salesforce Revenue Cloud & CPQ, Einstein Platform, Salesforce Trailblazers, Mulesoft, JavaScript - TypeScript, Salesforce Training, Salesforce Jobs, Salesforce Projects, Salesforce Community, Aura Components, and Visualforce Pages
Locations
-
Primary
London, GB
Employees at Salesforce Enthusiasts
Updates
-
JavaScript: var vs let vs const – Which One Should You Use? 🚀 When declaring variables in JavaScript, should you use var, let, or const? 🤔 Let’s break it down: ✅ var (Function-scoped, Avoid using) Gets hoisted but initialized as undefined Can be re-declared and reassigned ✅ let (Block-scoped, Use when values need to change) Block-scoped {} Hoisted but not initialized (ReferenceError if accessed before declaration) Cannot be re-declared in the same scope ✅ const (Block-scoped, Immutable references, Preferred by default) Block-scoped Hoisted but must be initialized Cannot be reassigned but mutable for objects & arrays
-
The Save for Later functionality in OmniScript is pivotal for balancing user convenience and operational efficiency. By strategically implementing state management, security protocols, and user-centric design, organizations can reduce abandonment rates and enhance customer trust. While challenges like storage and versioning exist, adhering to best practices ensures robust, scalable solutions. As Salesforce continues to evolve, integrating AI-driven features like predictive auto-save or personalized resume reminders could further elevate this functionality. For businesses leveraging OmniScript, mastering Save for Later is a step toward delivering exceptional digital experiences.
-
A well-implemented Trigger Handler Pattern is a gateway to readable, maintainable, and robust business logic in Salesforce. By segregating concerns—what a trigger does from how it does it—you’ll reduce confusion, expedite troubleshooting, and streamline future enhancements. #salesforce #apex #trigger #tech #tips #crm #cloud #computing
-
Apex Sharing vs. Without Sharing in Salesforce! 🔥 When writing Apex classes in Salesforce, security matters! Understanding the difference between Apex Sharing and Without Sharing can prevent unauthorized data access and ensure your code follows best practices. 🚀 With Sharing ✔️ Enforces the running user’s sharing rules ✔️ Respects OWD, Role Hierarchy, and Sharing Rules ✔️ Prevents unauthorized data access ✔️ Ideal for business logic that should respect security 🚀 Without Sharing ❌ Ignores the running user’s sharing rules ❌ Grants access to all records, even those restricted by OWD ❌ Used for system processes where access restrictions don’t apply ✔️ Ideal for scenarios like scheduled jobs, batch processing, or integrations
-
Hello Salesforce Enthusiasts, Save the date May 10, 2025 on your calendars. Albania Dreamin' 25 is coming! ---- On May 10, 2025, Tirana, Albania, will become a hub for innovation, technology, and leadership as we welcome 38 international speakers from 22 countries to Albania Dreamin’ 2025, the largest Salesforce community-powered event in the Balkans. This year’s conference will bring together Salesforce experts, AI innovators, digital transformation leaders, and business professionals from across the world. It is a unique opportunity for attendees to gain cutting-edge insights, engage in meaningful networking, and explore the latest trends shaping the future of technology and business.
-
-
Custom Apex REST endpoints can significantly simplify external integrations, enabling you to expose business logic in a fine-grained, secure manner. They empower third-party developers (or internal teams) to consume Salesforce data with minimal friction while respecting your org’s security and scale requirements. #salesforce #apex #REST #API #Integration #tech #tips #crm #cloud #computing
-
🚀 Salesforce Enthusiasts, let's talk about our favorite duo! 💙💻 For Us, it's hands down Apex & LWC – the ultimate power couple in Salesforce development! ⚡ From backend logic to sleek UI, this combo makes building dynamic, scalable solutions a breeze. But hey, I know everyone has their own go-to tech stack! What’s your favorite duo in the Salesforce ecosystem? 🤔 Drop yours in the comments! 👇 #Salesforce #Apex #LWC #SalesforceDevelopers #DevLife
-
Hello Salesforce Enthusiasts, We believe that this picture is already self-explanatory about how global will be Albania Dreamin'25. ---- 🌍 A Global Stage: 40 International Speakers from 22 Countries Set to Inspire at Albania Dreamin’ 2025!
-