Salesforce: Dynamic Related List and their associated filters
Dynamic Related List Dynamic Related Lists in Salesforce offer a flexible way to display related records on a record detail page based on specific criteria. Unlike traditional related lists that show all related records by default, dynamic related lists dynamically
Fetch Mails from Gmail in Core PHP
Fetch Mails in Core PHP Create an Core php app on console (https://console.developers.google.com). Download Google Client library from the following link (https://github.com/googleapis/google-api-php-client) Download the file of credentials(client_id,client_secret) and put it in the project directory. Create the config file in the
Error: An object reference is required for the non-static field, method or property
Object Reference In one of my .net reference projects, I had a need to create a new model and its corresponding interface, repository, and client class. In a method of the existing controller class, I need to create a record
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
