Blogs
-
Apex Class – An Elementary Class For Easy Understanding of Apex
Apex Class Here in this post, we will learn how to create a simple Apex Class? Apex is a strongly typed Object-oriented programming language and it will run on Force.com platform. Here we give you the info about how to create a class in salesforce. Below is the example to create a simple class Here is a straightforward…
-
Email Applications – Apex Programming Language
Utilize Apex for Email Applications When sending emails to or receiving emails from external systems in Salesforce, email programs come into play. There are two categories of emails. Outgoing email applications Outbound email programs are used to send an email to an external system using apex. There are two types of outbound emails. 1. SingleEmailMessage: Employed…
-
Implementing A Salesforce APEX Trigger For Upserting A Lead
The SaaSquatch Managed Package for Salesforce incorporates several global classes and invocable methods that are applicable for upserting users from APEX code. In this tutorial, we will guide you through the process of creating an APEX Trigger and utilizing it to upsert users in SaaSquatch when a Lead is generated in Salesforce. Prerequisites This article…