SalesForceGlossaryAtoG Flashcards
Activity (Calendar Events/Tasks)
Planned task or event, optionally related to another type of record such as an account, contact, lead, opportunity, or case.
Activity History
The Activity History related list of a record displays all completed tasks
Administrator (System Administrator)
One or more individuals in your organization who can configure and customize the application.
Advanced Function
A formula function designed for use in custom buttons, links, and s controls.
AJAX Toolkit
A JavaScript wrapper around the API that allows you to execute any API call
Analytic Snapshot
An analytic snapshot lets you report on historical data.
Analytic Snapshot Running User
The user whose security settings determine the source reports level of access to data.
Analytic Snapshot Source Report
The custom report scheduled to run and load data as records into a custom object.
Analytic Snapshot Target Object
The custom object that receives the results of the source report as records.
Anonymous Block Apex
Apex code that does not get stored in Salesforce
Anti-Join
An anti-join is a subquery on another object in a NOT IN clause in a SOQL query. You can use anti-joins to create advanced queries, such as getting all accounts that do not have any open opportunities. See also Semi-Join.
Apex
Apex is a strongly typed, object-oriented programming language that allows developers to execute flow and transaction control statements on the Force.com platform server in conjunction with calls to the Force.com? API.
Apex Controller
See Controller, Visualforce.
Anonymous Block Apex
Apex code that does not get stored in Salesforce, but that can be compiled and executed through the use of the ExecuteAnonymousResult() API call, or the equivalent in the AJAX Toolkit.
Anti-Join
An anti-join is a subquery on another object in a NOT IN clause in a SOQL query. You can use anti-joins to create advanced queries, such as getting all accounts that do not have any open opportunities. See also Semi-Join.
Apex
Apex is a strongly typed, object-oriented programming language that allows developers to execute flow and transaction control statements on the Force.com platform
Apex-Managed Sharing
Enables developers to programmatically manipulate sharing to support their application? behavior. Apex-managed sharing is only available for custom objects.
App
Short for application. A collection of components such as tabs, reports, dashboards, and Visualforce pages that address a specific business need.
App Launcher
The App Launcher presents logos that link to your connected apps and standard apps, all from one tab in Salesforce.
AppExchange
The AppExchange is a sharing interface from salesforce.com that allows you to browse and share apps and services for the Force.com platform.
AppExchange Upgrades
Upgrading an app is the process of installing a newer version.
Application Lifecycle Management (ALM)
The process of managing an application s lifecycle, from planning, to development, to integration, to support.
Application Programming Interface (API)
The interface that a computer system, library, or application provides to allow other computer programs to request services from it and exchange data.
Approval Process
An approval process is an automated process your organization can use to approve records in Salesforce. An approval process specifies the steps necessary for a record to be approved and who must approve it at each step. A step can apply to all records included in the process, or just records that meet certain administrator-defined criteria. An approval process also specifies the actions to take when a record is approved, rejected, recalled, or first submitted for approval.