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.

Type to find tags:
× 1075
A proprietary Java-like programming language for the Force.com Platform.
× 722
Salesforce.com's HTML template technology, allowing dynamic creation of web pages (as well as other files) utilising Apex logic and SOQL queries to replace merge fields with content.
× 208
an apex code, that can be executed before or after DML operations
× 178
A Salesforce-specific query language, modeled on SQL, for accessing information saved in the Salesforce database.
× 117
A platform for creating and deploying applications for the social enterprise. Essentially Salesforce.com without CRM.
× 115
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…
× 114
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…
× 108
a fully-upgradeable container used to distribute everything from an individual component to a set of related apps.
× 100
Salesforce provides multiple forms of email, including email templates, mass email, email services, email alerts, and email sent via Apex.
× 95
General questions relating to reports, but not dashboards, in Salesforce. Report formats may be tabular, matrix, summary, or joined.
× 92
Salesforce administration encompasses many different areas of Salesforce, but is generally non code related.
× 88
An application programming interface (API) is a specification intended to be used as an interface by software components to communicate with each other.
× 88
REST API provides a powerful, convenient, and simple Web services API for interacting with Force.com.
× 83
used to build public facing websites that run on the Force.com platform. The pages of a Force.com Site are built with Visualforce. Force.com Sites is one of the two Sal…
× 80
a feature of Salesforce.com that provides a way for users to collaborate with other users within a Salesforce organization. It has a Facebook like interface that allows users to follow rec…
× 80
an externally facing site that can be set up in an org to provide customers of an org limited access to data and functionality by logging in to the Customer Portal.
× 61
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…
× 60
Salesforce email templates come in a variety of shapes and sizes, ranging from Text to Visualforce. These email templates can be used through Salesforce through approval processes, workflows, etc to s…
× 59
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…
× 57
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…
× 56
Questions related to the Eclipse-based Force.com IDE.
× 55
an intersection of sharing, and user and object permissions.
× 54
Batch apex refers specifically to Apex classes which implement the Batchable interface.
× 51
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…
× 49 × 47
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.
× 44
the primary key field for any object. It is considered a primitive type in Salesforce and as such can have an sObject cast to a type of Id.
× 43
× 42
all about what a user can do in terms of Field Level Security, object level access, Apex class access, Visualforce page access, and other built in Salesforce access that are…
× 40 × 39
configured on an object to specify all of the steps, users, actions, and relationships among them involved in approving or rejecting a record of that object. Approval processes…
× 38
Validation rules help assure entered data meets basic requirements for consistent and clean data.
× 37
Sharing enables record-level access control for all custom objects, as well as many standard objects.
× 37
a Salesforce Standard Object that represents a sale or pending deal.
× 36
limits enforced by the Apex runtime engine to ensure that runaway Apex does not monopolize shared resources in the multitenant environment. These limits are tracked and enforced d…
× 36
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…
1 2 3 4 5 13