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
While installing MS SQL server 2012 on windows 7 error
“Prior Visual Studio 2010 instances requiring an update.” failed. Get installation media location and locate the below file \redist\VisualStudioShell\VS10sp1-KB983509.msp Then press the ‘re-run’ button again, see if the error is gone in Windows. Done
Edit Office Documents online in web application using Office365 OneDrive APIs
This post is about editing office documents online in a web application interface for users. In this, you will require an office 365 license to use Microsoft graph APIs to edit documents through Onedrive. To edit MS Word documents online,
Lightning Record Edit Form (LWC)
In Salesforce, LWC allows us to use lightning-record-edit-form which implements Lightning Data Service and doesn’t require any additional Apex controllers to create or update record data. It also takes care of field-level security and sharing for us, so that users
Advantages of Azure SQL Database
Azure SQL Database is a relational database provided as Database-as-a-Service, which is a part of Microsoft’s Cloud Infrastructure Platform, Microsoft Azure. It is also called SQL Azure. It provides database-backed managed service in the cloud with a petabyte-scale infrastructure. It
Home insurance and Property Insurance
Home Insurance: Home Insurance is also called Homeowner Insurance. This is a type of Property Insurance that usually covers the damages and losses to the Individual’s residence along with the furnishings and other assets in the home. This Insurance policy
How to create Salesforce Sites?
Salesforce Sites enables you to create public websites and applications which directly integrate with your Salesforce organization—without requiring any login. To set up a Salesforce Site: From Setup, enter Sites in the Quick Find box, then select Sites. Register a
Diagnostics in the C# Programming
The System. Diagnostics namespace provides a process class which has some method to run external .exe or another application into a C#. This also enables you to debug and trace code; start, stop, and kill processes; monitor system performance; and
Windows installation procedure
Officially Certbot is now available for windows too. It is not that much complicated, but you have to be careful while doing this on a live server. Step 1. Important note This would require administrative privileges. Step 2. Specific Windows
Field History Tracking
In Salesforce, we can track changes up to 20 standard or custom fields in an object. This history can be viewed on a record’s History related list or through History reports. For each field, tracking logs the date and time