Salesforce / amadeus Flashcards
multi source API
(application programming interface) - is a connection between computers or between computer programs. It is a type of software interface, offering a service to other pieces of software.
Account
An account is an organization, company, or consumer that you want to track—for example, a customer, partner, or competitor.
Account Assignment Rule
A rule that automatically assigns accounts to territories, based on criteria you define.
Activity
An event, a task, a call you’ve logged, or an email you’ve sent. You can relate an activity to other records, such as an account, a lead, an opportunity, or a case. In an org with Shared Activities enabled, you can relate an activity to multiple contacts. Tasks can also be generated by workflow rules and approval processes configured by a Salesforce admin.
Activity History
The Activity History related list of a record displays all completed tasks, logged phone calls, saved interaction logs, expired events, outbound email, mass email, email added from Microsoft® Outlook®, and merged documents for the record and its associated records.
Administrator (System Administrator)
One or more individuals in your organization who can configure and customize the application. Users assigned to the System Administrator profile have administrator privileges.
Clone
Clone is the name of a button or link that allows you to create a new item by copying the information from an existing item, for example, a contact or opportunity.
Contact
Contacts are the individuals associated with your accounts.
CSV (Comma Separated Values)
A file format that enables the sharing and transportation of structured data. The import wizards, Data Loader and the Bulk API 2.0 support CSV. Each line in a CSV file represents a record. A comma separates each field value in the record.
Custom Field
A field that can be added in addition to the standard fields to customize Salesforce for your organization’s needs.
Custom Help
Custom text administrators create to provide users with on-screen information specific to a standard field, custom field, or custom object.
Custom Labels
Custom labels are custom text values that can be accessed from Apex classes, Visualforce pages, or Lightning components.
Custom Links
Custom links are URLs defined by administrators to integrate your Salesforce data with external websites and back-office systems. Formerly known as Web links.
Custom Object
Custom records that allow you to store information unique to your organization.
Custom View
A display feature that lets you see a specific set of records for a particular object.
Customer Relationship Management (CRM)
A business strategy for developing and improving relations between companies and their customers.
Dashboard
A dashboard shows data from source reports as visual components, which can be charts, gauges, tables, metrics, or Visualforce pages. The components provide a snapshot of key metrics and performance indicators for your organization. Each dashboard can have up to 20 components.
Dashboard Builder
Dashboard builder is a drag-and-drop interface for creating and modifying dashboards.
Dashboard Filters
Filters on a dashboard allow you to choose different views of data.
Database
An organized collection of information. The underlying architecture of the Lightning Platform includes a database where your data is stored.
Database Table
A list of information, presented with rows and columns, about the person, thing, or concept you want to track. See also Object.
Dependency
A relationship where one object’s existence depends on that of another. There are a number of different kinds of dependencies including mandatory fields, dependent objects (parent-child), file inclusion (referenced images, for example), and ordering dependencies (when one object must be deployed before another object).
Dependent Field
Any custom picklist or multi-select picklist field that displays available values based on the value selected in its corresponding controlling field.
Enterprise Application
An application that is designed to support functionality for an organization as a whole, rather than solving a specific problem.