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: |
apex× 1075
A proprietary Java-like programming language for the Force.com Platform.
|
visualforce× 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.
|
trigger× 208
an apex code, that can be executed before or after DML operations
|
soql× 178
A Salesforce-specific query language, modeled on SQL, for accessing information saved in the Salesforce database.
|
force.com× 117
A platform for creating and deploying applications for the social enterprise. Essentially Salesforce.com without CRM.
|
javascript× 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…
|
unit-test× 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…
|
managed-package× 108
a fully-upgradeable container used to distribute everything from an individual component to a set of related apps.
|
email× 100
Salesforce provides multiple forms of email, including email templates, mass email, email services, email alerts, and email sent via Apex.
|
reporting× 95
General questions relating to reports, but not dashboards, in Salesforce. Report formats may be tabular, matrix, summary, or joined.
|
administration× 92
Salesforce administration encompasses many different areas of Salesforce, but is generally non code related.
|
api× 88
An application programming interface (API) is a specification intended to be used as an interface by software components to communicate with each other.
|
rest-api× 88
REST API provides a powerful, convenient, and simple Web services API for interacting with Force.com.
|
force.com-sites× 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…
|
chatter× 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…
|
customer-portal× 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.
|
formula× 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…
|
email-template× 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…
|
soap-api× 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…
|
deployment× 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…
|
ide× 56
Questions related to the Eclipse-based Force.com IDE.
|
security× 55
an intersection of sharing, and user and object permissions.
|
batch× 54
Batch apex refers specifically to Apex classes which implement the Batchable interface.
|
workflow× 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…
|
custom-button× 49 |
controller× 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.
|
salesforce-id× 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.
|
integration× 43 |
permissions× 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…
|
webservices× 40 |
approval-process× 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…
|
validation× 38
Validation rules help assure entered data meets basic requirements for consistent and clean data.
|
sharing× 37
Sharing enables record-level access control for all custom objects, as well as many standard objects.
|
opportunity× 37
a Salesforce Standard Object that represents a sale or pending deal.
|
governorlimits× 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…
|
custom-object× 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…
|