different
between dml soql in salesforce apex
They relate to Apex in
that they form part of the language. SOQL queries
can be executed from Apex to retrieve information for further processing, DML
allows Apex code to change the data.
difference
between dml and soql salesforce apex
DML allows you to
manipulate that data via inserts, updates etc. They relate to Apex in that they
form part of the language. SOQL queries
can be executed from Apex to retrieve information for further processing, DML
allows Apex code to change the data.
difference
between app and object in salesforce apex
Apps are a collection of objects and
Objects are a collection of data. If you have some objects that all work together in a business process
you can group those together under an an App,
difference
between flow and process builder in salesforce apex
Flow is a more powerful tool in terms of
the number of actions taken. Flow
acts as a bonus as it can perform all of the activities that a Process Builder
can do while also giving the additional options such as the option to delete.
It is possible to update multiple records from Process Builders.
what
is Flow Category in salesforce apex
In Salesforce, a flow
is a tool that automates complex business processes. Simply put, it collects data and then does
something with that data. Flow Builder is the declarative interface used to
build individual flows. Flow Builder can be used to build code-like logic
without using a programming language
what
is Service Setup Assistant in salesforce
The Service Setup
Assistant helps you quickly get started
with—or update—Service Cloud. With a
few clicks, your team can instantly use popular Service Cloud features and best
practices built into Salesforce.
what
is Commerce Setup Center in salesforce
Use Commerce Setup Center
to Get Your Org Ready for Commerce The Commerce Setup Center automates setup tasks, including enabling Commerce features,
customizing page layouts for Commerce objects, and adding internal users.
what
is Multi-Factor Authentication Assistant in salesforce
The Multi-Factor
Authentication Assistant is designed to
move you quickly and efficiently through the process. But you can tackle activities in whatever
order makes sense for your org. And you can skip any steps that aren't relevant
or don't add value to your project.
what is Hyperforce in
salesforce
Hyperforce is a new infrastructure architecture that unifies the foundations
of the various clouds and allows Salesforce to scale rapidly and securely using
public cloud partners.
what
is Hyperforce Assistant in salesforce
Hyperforce Assistant provides a step-by-step guide to upgrade from Salesforce-managed
physical data centers to Hyperforce.
what
is Release Updates in salesforce
Salesforce periodically
releases updates that improve the performance,
security, logic, and usability of your Salesforce org, but that can affect your existing
customizations. When these updates become available, Salesforce shows them in
the Release Updates node in Setup.
what
is Lightning Experience Transition Assistant in salesforce
The Transition
Assistant guides you through each phase
and stage on the path to Lightning Experience. Discover phase: Learn about the benefits and return on
investment that your company gets with Salesforce Lightning and assess your org's
readiness for moving to Lightning Experience.
what
is Salesforce Mobile App in salesforce
The Salesforce mobile app
is an enterprise-class app that provides your users with instant
access to your company's CRM data from a phone or tablet. Here are some of the reasons why the app is
so awesome. The mobile app is included with every Salesforce license.
what
is Lightning Usage in salesforce
Improved user engagement:
By tracking user activity, the Salesforce Lightning Usage feature can help identify users who may not be using the platform to its
full potential. Administrators can then
work with these users to provide additional training or support to improve
their engagement with the platform.
what
is Optimizer in salesforce
Salesforce Optimizer gives
you detailed data right inside your org on more than 50 metrics covering
everything from storage, fields, custom code, custom layouts for objects,
reports and dashboards, and much more.
·
ADMINISTRATION
what
is Permission Set Groups in salesforce
you create a single group based on the
tasks that your sales employees regularly perform. You can call it Sales Staff Users. Then, assign the group
to the sales employees. The permission set group contains the combined
permissions of all three permission sets.
What is a JavaScript API?
A JavaScript application programming interface (API) is a RESTful web service that is compatible with the JavaScript programming language. The API allows developers to add data retrieval functionality to their applications or websites.