SFDC Stop
532 subscribers
22 photos
3 videos
9 files
256 links
Download Telegram
Many people were finding it difficult to deploy #HTTPCalloutFramework in order to use it in their corporate projects using the Deploy to Salesforce button as it's giving org access to a heroku application for deployment.

I created an unmanaged package for the same so that you can deploy it easily and still have access to the whole codebase in order to modify the framework if required. Version 1.0 can be accessed below:

https://github.com/rahulmalhotra/HTTPCalloutFramework/releases/tag/v1.0

Make sure to raise a PR in case you think any of your change is generic and will be helpful for everyone using the framework.

#salesforce #salesforceohana #salesforcedevelopers #apex #salesforcecrm #opensource #github #packages

By @sfdcstop
How to create an dynamic SOQL query with all fields included? How to get the picklist field labels and their values for my lightning component? How can I get the record type id using record type name?
The below post will answer those questions:

#NewPost #SFDCStop Understanding Dynamic Apex and it's use cases:

https://www.sfdcstop.com/2021/08/understanding-dynamic-apex-and-its-use.html

#salesforce #salesforceohana #trailblazercommunity #salesforcedevelopers #salesforcedevelopment #apex

By @sfdcstop
Hello Trailblazers, Excited to share that I am speaking at #Cactusforce2022 🌡 this week on the topic "The importance of Data Structures in Salesforce Development"

In this session, we're going to solve a real life project requirement using an advanced data structure and we'll see the performance impact we're having by using it and learn why it is better than a brute force solution. So, the next time when you face such a requirement, you'll think at the first place - Which data structure should I use to solve it? and then you'll design + implement the most efficient solution.

You can checkout the full session abstract here: https://www.cactusforce.com/2022-sessions/2022/1/20/xxpsyc8q8bljnfeq7ji0t0h14ckb9o-3zf4b-hetw7-55gst-8smrc-yel26-5c5px-htreb-yj5kn-nm96a-mpd9z-4exxa-3a8mj-4zhnw-6k2jt-tzamx-kpf3n-79xjl-p42tg-sa5rg

Cactusforce is focused on "More code. Less fluff.". Therefore, we're going to checkout a lot of code and solve a complex use case during this 40 min session.

This year Cactusforce is a hybrid event and you can attend it virtually for free. If you haven't registered till now, I am sharing the registration link below. Looking forward to see you there!

#salesforceohana #trailblazercommunity #salesforce #salesforcedevelopers #salesforcedevelopment #cactusforce2022 #datastructures #livesession #conferences2022

Registration Link: https://events.blackthorn.io/en/5f6O8FJ7/cactusforce-4a1A5fZEMG/overview
Hey Salesforce Fam!

Get ready to code with confidence! My new tutorial series, "Coding with Confidence: The Fun Way to Learn Salesforce Apex," blasts off next week!

Forget dry lectures! This series is all about making #Apex fun and engaging. Whether you're a beginner or looking to brush up your skills, this series is for you!

Stay tuned for the first video dropping next week!

#Salesforce #Apex #Coding

Bookmark the playlist here: https://www.youtube.com/playlist?list=PLuL63vr-9xHzmee9NPhpowP2LiVF0oAE3

P.S. I've added some old tutorials to set-up vscode which will help you to be prepared in advance to follow along. Stay Tuned!
Boost Your Salesforce Search Capabilities with Einstein Search! πŸ”

Calling all #Salesforce users!

Struggling to find the information you need quickly within Salesforce?

New post from #SFDCStop is here to help! We're excited to share our latest guest blog by Dorian S.: "Unlocking the Power of Einstein Search in Salesforce."

In this insightful article, Dorian dives deep into the capabilities of Einstein Search, helping you:

➑ Understand the benefits of Einstein Search compared to traditional Salesforce search.
➑ Learn the underlying technology behind Einstein Search.
➑ Learn the step by step process to enable Einstein Search in your Salesforce org.
➑ Discover best practices for optimizing your Salesforce data for a more effective search experience.

Ready to supercharge your Salesforce search game? Head over to SFDC Stop and read the full blog now! ➑️ http://www.sfdcstop.com/2024/04/unlocking-power-of-einstein-search-in.html

Want to share your Salesforce expertise with the world? Contribute a guest post to SFDC Stop! Fill out this form: https://lnkd.in/gqZcyefx

By: @sfdcstop
#NewVideo #SFDCStop Unleash the Power of Apex Lists! ⚑

Master the art of list manipulation in #Salesforce with my latest video!

Learn how to:

βœ… Check if a list is empty
βœ… Manage lists using array notation
βœ… Access and modify list elements
βœ… Handle potential errors
βœ… Populate lists at the time of initialization

From salesforce admins (beginners) to seasoned developers, this video has something for everyone. Let's dive into the world of Apex Lists together!

https://youtu.be/fUr75rgsypk

By: @sfdcstop
#NewVideo #SFDCStop Level up your Apex skills with advanced map techniques! πŸ—ΊοΈ

In this video, you'll learn:

βœ… Key existence checks: Efficiently determine if a key is present in a map.

βœ… Functions vs. methods: Understand the difference.

βœ… Empty map detection: Check if a map is empty or contains elements.

βœ… Clearing maps: Remove all elements from a map with ease.

βœ… Extracting keys and values: Retrieve individual keys and values from a map.

Join me to master these essential techniques and become a more proficient Apex developer! πŸ’ͺ

Watch here: https://youtu.be/l2w64yV8Ls0

By: @sfdcstop

#Salesforce #Apex #Developer #MapCollection #DataStructures
#NewVideo #SFDCStop Level up your Apex skills with advanced map techniques! πŸ—ΊοΈ

In this video, you'll learn:

βœ… Key existence checks: Efficiently determine if a key is present in a map.

βœ… Empty map detection: Check if a map is empty or contains elements.

βœ… Clearing maps: Remove all elements from a map with ease.

βœ… Extracting keys and values: Retrieve individual keys and values from a map.

Join me to master these essential techniques and become a more proficient Apex developer! πŸ’ͺ

Watch here: https://youtu.be/_RjsVlET4co

By: @sfdcstop

#Salesforce #Apex #Developer #MapCollection #DataStructures #SalesforceOhana #TrailblazerCommunity #freshers
#NewVideo #SFDCStop Elevate Your Apex Logging with Enums: A Must-Watch! ⚑

Aloha Trailblazers, In this video, I'll share a powerful technique that I've found incredibly useful for managing log levels in Apex. You'll learn:

βœ… The importance of enums for logging: Discover how enums simplify the process of defining and managing different logging levels.

βœ… Understanding logging level priority: Grasp the hierarchy of log levels and their impact on your code's output.

βœ… Dynamically controlling log levels: Learn how to enable or disable specific log levels in your Salesforce org.

Get ready to take your Apex debugging to the next level!

Watch now: https://youtu.be/ITq2dRB0Zyg


By: @sfdcstop

#Salesforce #Apex #Debugging #Logging #Enums #TrailblazerCommunity #SalesforceOhana
#newvideo #sfdcstop Arithmetic Operators in Apex - Salesforce Apex Tutorial Part 18

Key takeaways:

βœ… Understanding assignment operators: Learn how to assign values to variables using the = operator.

βœ… Performing basic arithmetic: Master addition, subtraction, multiplication, and division using operators.

βœ… Working with decimals: Explore how to handle decimal numbers and ensure accurate calculations using arithmetic operators.

Watch the video now: https://youtu.be/OnZvZsH2lIM

By: @sfdcstop

#salesforce #salesforceohana #trailblazercommunity #salesforcedevelopers #salesforceadmins #programming #coding #developers
#newvideo #sfdcstop Are you looking to level up your #apex coding skills? ⚑

Check out my latest video on Increment and Decrement Operators! πŸŽ₯ In this tutorial, I break down these essential operators and explaining their different uses.

Key takeaways:

βœ… Introduction to Increment and Decrement Operators
βœ… Unary and Binary Operations: A Clear Explanation
βœ… Prefix and Postfix Notation: Demystified
βœ… Practical Examples: See these operators in action

Watch now: https://youtu.be/rLSrBnWsDIE

By: @sfdcstop

#salesforce #programming #coding #tutorial #increment #decrement #operators #apex #salesforceohana #trailblazercommunity
#Salesforce Trailblazers! πŸš€ Dive into the world of Apex Arithmetic Assignment Operators and streamline your code.

In our latest video, we break down five essential operators:

➑️ Negation
➑️ Addition
➑️ Multiplication
➑️ Subtraction
➑️ Division

Learn how to use these operators effectively to manipulate values in your Apex code.

Watch now: https://youtu.be/b0gt23fiOwY

By: @sfdcstop

#sfdcstop #trailblazercommunity #salesforceohana #trailhead #coding #programming #apex #operators
Exciting News for Salesforce Developers! πŸŽ‰

My 5-star Udemy course, "Mastering Lightning Datatable in Salesforce LWC", is now available on Udemy Business. This means companies can now enroll their employees and have them learn this crucial skill without any additional cost! πŸ†

For those who don't have access to Udemy Business:

βœ… You can still get the course at the best possible price for the next 5 days using the coupon code UDEMYBUSINESS.

πŸŽ‰ Thanks to Jithendra, a fellow Trailblazer from the SFDC Stop family, for his invaluable help in getting this course enrolled in Udemy Business.

Enroll Now: https://www.udemy.com/course/mastering-lightning-datatable-in-salesforce-lwc/?couponCode=UDEMYBUSINESS

Course Intro Video: https://youtu.be/VGdSoZHo1k0

By: @sfdcstop

#Salesforce #SalesforceDeveloper #LWC #LightningDatatable #Udemy #UdemyBusiness #SFDCStop #SalesforceOhana #TrailblazerCommunity
#newvideo #sfdcstop In this video tutorial, we dive deep into four powerful boolean operators that will revolutionize your code's decision-making abilities:

> Greater Than
< Less Than
>= Greater Than or Equal To
<= Less Than or Equal To

In this video, you'll learn:

βœ… What are these operators and how do they work?
βœ… Some common differences like: The difference between less than and less than or equal to operator

Check out the full tutorial here: https://youtu.be/wwL3eJebZzM

By: @sfdcstop

#salesforceohana #trailblazercommunity #salesforce #coding #programming #salesforceadmin #salesforcedeveloper