Salesforce Agentforce
The digital revolution of the customer relationship management (CRM) space is entering its most disruptive phase yet: the era of the autonomous AI agent. At the forefront of this shift is Salesforce Agentforce, a groundbreaking platform that moves beyond simple
Integrate Google Photos in React-Native
Using the Google Photos Library API your app can read and write the photos in google photos or you can use them as a photo gallery in your application. To integrate google photos in the react-native application you first need
How to recover the corrupt adobe captivate Project file?
Sometimes adobe captivate project files get corrupted when project file data is not saved or we close the file without saving it. For example, I have created a MyProject.cptx file in Captivate and it crashed without saving data. After that
Salesforce Einstein
Salesforce Einstein is the first encompassing AI for CRM. Einstein is an integrated set of AI technologies that make Salesforce Customer 360 degrees smarter and bring AI to trailblazers everywhere. Salesforce is one of the earliest adopters of AI capabilities
Profiling in Python using cProfile
Many times we need to optimize our code as our program is spending too much time on some specific line of code. There are hundreds of lines of code and we are stuck on which piece of code to modify
Upload document using Google Drive API in .Net
We will create a console application using .net and upload documents to google drive using Google Drive API V3. Step 1: Enable Drive API Go to the Google API Console. Select a project. In the sidebar on the left, click
Salesforce Dashboard Customization
Dashboards in Salesforce are the graphical representation and easily understandable visual presentation of reports data in salesforce. Salesforce dashboards have some visual representation components like graphs, visualforce pages, charts, tables, gauges, and metrics. Salesforce dashboard components are used to represent
Deep Learning
Deep learning is an advanced form of machine learning that uses many layers of neural networks to achieve accuracy in predicting results. Neural networks enable a computer to learn from data. Building algorithms using different techniques of neural networks is
How to get Salesforce object records with only required fields in Apex
Problem: If you want to get records with dynamic fields (all fields or only required fields) selection of an object in Salesforce. Solution: List normalFields = new List(); List requiredFields = new List(); Schema.DescribeSObjectResult objectDetails = ObjectName.sObjectType.getDescribe(); Map fieldsMap =
Data Model, Objects, and Relationships in Salesforce
A data model is defined as a method to represent tables in the database in an understandable human language. Tables in the database are used to understand the relationships among different objects. From a database point of view, a table
