Asynchronous Apex
Asynchronous Apex in Salesforce allows developers to execute operations in a separate thread, enabling tasks to run in the background without impacting the user experience. This approach is particularly beneficial for handling long-running processes, callouts to external systems, and operations
Laravel’s powerful validation rules
Laravel’s powerful validation rules When we develop any application in Laravel, various validation rules are available which are used to validate data from all incoming HTTP requests. Some Examples: 1. First let’s create a controller named RegistrationController by executing the
Reflection Api in Php
Reflection Api in Php What is Reflection and why is it useful? Reflection is generally defined as a program’s ability to examine itself and modify its logic/methods at execution time. In simple terms, reflection is asking an object to tell
Salesforce | How to change Logo of externally accessible VisualForce Pages
Salesforce | How to change Logo of externally accessible VisualForce Pages Steps to add Logo to externally accessible VF pages: 1. Add Logo/Image into Static Resources: a. Go to Setup, then search Static Resource in Quick Find Box. Then click
Salesforce triggers and order of execution
Triggers in Salesforce and order of execution A trigger is Apex code that executes before or after the following types of operations: *insert *update *delete *merge *upsert *undelete You can create triggers on both standard as well as custom objects.
Send Email Alert through Salesforce Workflow Rule
Send Email Alert through Salesforce Workflow Rule When user wants to send email on create/update of a record in salesforce, instead of writing custom apex code, we can use below existing flow to achieve that: 1. Go to Setup |
What is TypeScript, its advantages and some examples
What is TypeScript? TypeScript is a strict syntactical superset of JavaScript and adds optional static typing to the Javascript language.It is pure object oriented with classes, interfaces and statically typed like C# or Java. It is designed for the development
WordPress Custom Post Type
WordPress Custom Post Type In WordPress every single content is generally called a post, even post is also a post type in wordpress. There are many predefined post types like post, page, attachment and many more. We can also create
WordPress Gravity Forms Zoho Reports Integration
WordPress Gravity Forms Zoho Reports Integration Sometimes in our projects, we need to pass the gravity form entries from a WordPress website to a particular table in the Zoho reports in order to use that data to generate reports, create
Integrate Razorpay in CakePHP application
Integrate Razorpay in CakePHP application Step 1: Create Razor Pay Account First of all you need a test account for Razorpay integration. Click the below link https://dashboard.razorpay.com/#/access/signup and set up a test account there: Step 2: Get your API Keys: