Skip to main content

Posts Tagged ‘Salesforce development’

He Puts The Pro In Programmer

How to Schedule an Apex Batch Class in Salesforce ?

Hello Trailblazers, In this blog post, we will learn how to schedule an apex Batch Class in Salesforce. Acceptance Criteria: Write an Apex batch Class to delete all the Contact records older than 1 year. Schedule the batch to delete records automatically. If you want to learn how to write a simple batch class, you […]

Website Design. Developing Programming And Coding Technologies.

Batch Class in Apex to Delete Records

Hello Trailblazers, In this blog post, we’re going to write a batch in Apex to delete the records from the targeted object. Acceptance Criteria: Write a batch Class in Apex to delete all the account records created in the last 1 year. Batch Apex is a powerful Salesforce tool that allows developers to create and […]

Data Scientists Analyze And Visualize Massive Data On Virtual Screens, Using Ai To Process Complex Data. Big Data Technology And Data Science.data Flow.digital Neural Network.artificial Intelligence

LWC – Validating Email Already exists in Database using Apex

Hello Trailblazers, In this blog post, we are going to learn how we can apply custom validation in LWC to the Email field to make it unique. We’ll validate whether the Email is already exist in database or not. Acceptance Criteria:  In an account creation form, create a custom validation on the Email field so […]