What is metadata in salesforce

What is metadata? Metadata is data that describes other data. For example, in a Salesforce org, there is a standard object called Account. When you add a record with a customer’s contact information to an Account, you are adding metadata and data. Field names, such as first name and last name are metadata. How do … Read more

What is mass email in salesforce

Mass Emailing essentially allows you to send an email template (Complete with images, merge fields and attachments), to a list of contacts, person accounts or leads. To separate these two features, Salesforce has renamed “Mass Emails” to “List Emails”. Sending a List Email Mass Emailing essentially allows you to send an email template (Complete with … Read more

What is marketing cloud salesforce

What are the capabilities of the Salesforce Marketing Cloud? The first set of tools aims to predict, route, and solve customer needs, while the second set — voice, video, and text capabilities for digital contact centers — let customers reach out in the most convenient channel for them. Amid the pandemic, customer service has arguably … Read more

What is lwc in salesforce

What are Lightning Web Components? LWC is a new programming model to develop Salesforce lightning components. It’s a UI framework that is built using native HTML and modern JavaScript.Oct 20, 2020 What is LWC in Salesforce Lightning? LWC is built on the latest ECMAScript version, which is ECMAScript 7. Both share the Salesforce essential features … Read more

What is lightning record page in salesforce

A Lightning Record Page is a collection of several components within a single web page. By default, each object – Accounts, Contacts, Opportunities, etc. – has its own unique record page provided by Salesforce, consisting of several standard lightning components, also provided by Salesforce. A Lightning Record Page is a collection of several components within … Read more

What is lead in salesforce

What is a Lead in Salesforce.com ? Leads can be entered manually, imported or captured from a Web-to-Lead forms. Leads contain both company and contact information. When new leads are created we must automatically assign those leads to sales people using lead assignment rules. A Salesforce lead is a prospective client or a potential opportunity, … Read more

What is invocable method in salesforce

The InvocableMethod annotation tells Salesforce that this class should be exposed to users of invocable actions in the Flow Builder. It can be used to invoke a single Apex method. The invocable method must be static, public, or global, and its class must be an outer class. Only one method in a class can have … Read more

What is interface in salesforce

An interface is like a class in which none of the methods have been implemented—the method signatures are there, but the body of each method is empty. To use an interface, another class must implement it by providing a body for all of the methods contained in the interface. Full Answer How to create interface … Read more

What is integration in salesforce

Types of Salesforce Integration Architectures Point-to-Point Integration. Also known as one-to-one integration, a point-to-point system integration sends a message to another system via a 1-1 relationship. Hub-and-Spoke Integration. … Enterprise Service Bus Integration (ESB) Enterprise Service Bus (ESB) marks the evolution of the hub-and-spoke integration architecture model. Salesforce Integration is the process of bringing two … Read more

What is instance in salesforce

Your Salesforce instance refers to the server that your Salesforce organization lives on. Many Salesforce orgs (also referred to as an “instance”) live together on the same server, a method of server management called “multi-tenancy”. As opposed to one system living on one server, many instances live on one server.Feb 25, 2015 See more What … Read more