Hello, Trailblazers. In this blog post, we will learn how to write an Apex Trigger for Custom Validations. Acceptance Criteria: Write an Apex Trigger to restrict the Payment until the Final Quote is “Approved”. To solve this, we have custom objects named Payment__c and Final_Quote__c in a lookup relationship with each other. Its lookup field […]
Posts Tagged ‘PerficientGDCNagpur’
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 […]
How to Send Emails Using Schedulable Apex ?
Hello Trailblazers, In this blog post, we will learn how to send reminder Emails using Schedulable Apex Batch Class. Acceptance Criteria: Write an Apex Batch to send a reminder email to the owner when the Product due is near. Schedule this apex batch to send automatic emails to the owner. If you want to learn […]
Comprehensive Exploration on Understanding Datadog
Introduction This guide aims to unravel the features that Datadog brings, providing users with a robust platform for navigating the complexities of modern IT environments. Key Features Explored Integrations Datadog’s integration ecosystem is a standout feature, boasting over 650 officially listed integrations. The platform’s openness allows users to create custom integrations through the Datadog API. […]
Guide to Datadog Browser Tests
Introduction In the dynamic landscape of web applications, ensuring their reliability and performance is crucial. Datadog, a popular monitoring platform, offers a powerful solution through its Browser Tests feature. In this comprehensive guide, we will explore the significance of browser tests, the process of creating them, and how they contribute to the robustness of your […]
Row-Level Actions in Lightning Datatable in Lightning Web Component
Hello Trailblazers, In this blog post, we will learn how to handle Row-Level actions in Lightning Datatable in Lightning Web Component (LWC). Acceptance Criteria: Create a lightning datatable that will display all the product details. The product details component should have 2-Row Level actions. Show Details – When the user clicks on the button, it […]
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 […]
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 […]
Salesforce CPQ and its Key Features
Welcome to the informative series of Salesforce CPQ. In the previous part of this article, we’ve seen What Salesforce CPQ is, understood what actual configure, price, and quote are, how to sign in for CPQ enabled org, and many more. You can go with this link if you have not read it yet. In this […]
An Introduction to Salesforce CPQ
In this blog, we will focus on the world’s best CRM software i.e., Salesforce, and understand what Salesforce CPQ is. What is CPQ? Salesforce CPQ, which stands for Configure, Price, Quote, is a powerful tool within the Salesforce ecosystem designed to streamline and optimize the complex process of generating quotes and proposals. In today’s world, […]
Karate DSL Framework Overview
In today’s fast-paced digital landscape, the seamless operation of APIs (Application Programming Interfaces) stands as a linchpin for the success of any software application. APIs’ robustness, reliability, and security are non-negotiable in software development. Enter the Karate DSL (Domain-Specific Language) Framework, a shining star in this context. In this all-encompassing guide, we will embark on […]
A Step-by-Step Guide with Katalon Studio and JMeter Integration for API testing
Welcome to our comprehensive guide on mastering API testing with Katalon Studio and JMeter integration. Whether you’re a seasoned tester looking to expand your skill set or a beginner eager to learn the ropes, this blog will serve as your roadmap to creating, executing, and validating API requests seamlessly. We’ll walk you through the entire […]