Skip to main content

Tags

A tag is a keyword or label that categorizes your question with other, similar questions. Using the right tags makes it easier for others to find and answer your question.

Questions relating to Apex, the native programming language for the Force.com platform. Use it for general questions on syntax, errors, constructs, and rules of use. Most questions should include a co…
Visualforce relates to questions where the Visualforce language or framework are concerned. This is primarily VF pages, components, PDF rendering, and email templates. This would only cross-over to Li…
16690 questions
The Salesforce Marketing Cloud is the leading 1:1 digital marketing platform, connecting companies with customers in entirely new ways. Platform APIs and SDKs enable developers to manage and automate …
The Lightning Component framework is a UI framework for developing dynamic web apps for mobile and desktop devices. It’s a modern framework for building single-page applications engineered for growth.
for questions related to JavaScript, CSS, or Markup when used in the Lightning Web Component (LWC) programming model, or for questions of interoperability between LWC and the original Aura…
A trigger is a feature of the Salesforce platform consisting of Apex code that executes before or after DML operations.
for questions related to the "Lightning Experience" which comprises a number of elements around a new User Interface on the Salesforce Platform. While it can still be used in a server sid…
Salesforce Object Query Language (SOQL), modeled on SQL, for accessing information saved in the Salesforce database.
Javascript is a weakly typed interpreted programming language primarily implemented by web browsers to allow for client-side scripting. It can be used in Visualforce pages to give a more dynamic expe…
A unit test is code that is written and executed to test a specific portion/unit of source code. Unit tests are class methods with the testMethod modifier or @isTest annotation and are usually placed…
Salesforce offers its customers the option to purchase special licenses that allows an Organization's employees, customers, partners and non-SalesforceCRM licensed Users access to a limited subset of …
REpresentational State Transfer (REST), or RESTful, web services provide interoperability between computer systems on the Internet. The Salesforce REST API provides a powerful, convenient, and simple …
AMPscript is a proprietary scripting language for Salesforce Marketing Cloud products that you can embed within HTML emails, text emails, landing pages and SMS messages to control the content that is …
Salesforce DX is a broad reaching project touching a number of different features including: Salesforce CLI, Force.com IDE 2.0, support of standard developer toolsets, and Packaging 2.0. Since fixing …
Visual Workflow allows administrators to build applications, known as flows, that guide users through screens for collecting and updating data. For example, you can use Visual Workflow to script calls…
Salesforce provides multiple forms of email, including email templates, mass email, email services, email alerts, and email sent via Apex.
An application programming interface (API) is a specification intended to be used as an interface by software components to communicate with each other.
A managed package is a fully-upgradeable container used to distribute everything from an individual component to a set of related apps.
Classes implementing the `batchable` interface are used when there is a need to operate on a large number of data records which would normally be problematic due to the imposed governor limits.
Lightning Experience is the new salesforce platform ecosystem comprising Lightning Experience: Desktop app, Lightning App Builder and Lightning Design System
1961 questions
A formula is an algorithm that derives its value from other fields, expressions, or values. Formulas can help you automatically calculate the value of a field based on other fields (from Salesforce do…
Marketers use the Salesforce Marketing Cloud’s Journey Builder to create event-driven, responsive campaigns across any channel (online and offline), at any time, at any frequency. Journey Builder prov…
A query is an inquiry into the database using the SELECT statement. A query is used to extract data from the database in a readable format according to the user's request.
1712 questions
General questions relating to reports, but not dashboards, in Salesforce. Report formats may be tabular, matrix, summary, or joined.
Deployments in Salesforce incorporate any action that needs to be taken to get a system from one organization to another, be it a sandbox to production, sandbox to sandbox, or even developer org to de…
1647 questions
ExactTarget - A data extension is a table within the application database that contains your data.
Integration refers to the work that is done on other systems or Salesforce to enable them to communicate with each other. There are different layers of integration in Salesforce: security, UI, logic,…
The Process Builder is a workflow tool that helps you easily automate your business processes by providing a powerful and user-friendly graphical representation of your process as you build it.
1518 questions
A custom object is an object that is created in an org as opposed to standard objects which are provided by Salesforce. Objects in Salesforce are like tables, so creating a custom object is analogous…
1501 questions
JSON, or JavaScript Object Notation, is an open standard format that uses human-readable text to transmit data objects consisting of attribute–value pairs. It is used primarily to transmit data betwee…
1473 questions
Workflow is a way to automate actions within Salesforce. Workflow rules consist of the workflow criteria and immediate or time-dependent actions which can be Tasks, Email Alerts, Field Updates, or Ou…
1442 questions
SOAP API provides a powerful, convenient, and simple SOAP-based Web services interface for interacting with Salesforce.You can use SOAP API to create, retrieve, update, or delete records. You can also…
1429 questions
The Salesforce app is the mobile app from Salesforce offering access to functionality like access to: records (standard & custom), views, chatter, visual force pages and more! It combines all the g…
1380 questions
A controller is one piece in the Model-View-Controller (MVC) architecture of Visualforce. A controller can be a standard or custom controller and extensions to controllers can written.
1372 questions
Aura is an open source UI component framework for developing dynamic web apps for mobile and desktop devices. Aura provides a scalable long-lived lifecycle to support building apps engineered for grow…
Questions about specific lines of code that need coverage or platform bugs. 75% of your Apex code must be covered by test classes. This tag is not intended for use when code coverage is simply lacking…
1
2 3 4 5
64