SalesForceGlossaryAtoG Flashcards

1
Q

Activity (Calendar Events/Tasks)

A

Planned task or event, optionally related to another type of record such as an account, contact, lead, opportunity, or case.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Activity History

A

The Activity History related list of a record displays all completed tasks

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Administrator (System Administrator)

A

One or more individuals in your organization who can configure and customize the application.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Advanced Function

A

A formula function designed for use in custom buttons, links, and s controls.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

AJAX Toolkit

A

A JavaScript wrapper around the API that allows you to execute any API call

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Analytic Snapshot

A

An analytic snapshot lets you report on historical data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Analytic Snapshot Running User

A

The user whose security settings determine the source reports level of access to data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Analytic Snapshot Source Report

A

The custom report scheduled to run and load data as records into a custom object.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Analytic Snapshot Target Object

A

The custom object that receives the results of the source report as records.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Anonymous Block Apex

A

Apex code that does not get stored in Salesforce

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Anti-Join

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Apex

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Apex Controller

A

See Controller, Visualforce.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Anonymous Block Apex

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Anti-Join

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Apex

A

Apex is a strongly typed, object-oriented programming language that allows developers to execute flow and transaction control statements on the Force.com platform

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Apex-Managed Sharing

A

Enables developers to programmatically manipulate sharing to support their application? behavior. Apex-managed sharing is only available for custom objects.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

App

A

Short for application. A collection of components such as tabs, reports, dashboards, and Visualforce pages that address a specific business need.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

App Launcher

A

The App Launcher presents logos that link to your connected apps and standard apps, all from one tab in Salesforce.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

AppExchange

A

The AppExchange is a sharing interface from salesforce.com that allows you to browse and share apps and services for the Force.com platform.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

AppExchange Upgrades

A

Upgrading an app is the process of installing a newer version.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

Application Lifecycle Management (ALM)

A

The process of managing an application s lifecycle, from planning, to development, to integration, to support.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

Application Programming Interface (API)

A

The interface that a computer system, library, or application provides to allow other computer programs to request services from it and exchange data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

Approval Process

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Q

Asynchronous Calls

A

A call that does not return results immediately because the operation may take a long time. Calls in the Metadata API and Bulk API are asynchronous.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
26
Q

Auto Number

A

A custom field type that automatically adds a unique sequential number to each record. These fields are read only.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
27
Q

Batch Apex

A

The ability to perform long, complex operations on many records at a scheduled time using Apex.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
28
Q

Batch Bulk API

A

A batch is a CSV or XML representation of a set of records in the Bulk API. You process a set of records by creating a job that contains one or more batches. Each batch is processed independently by the server, not necessarily in the order it is received.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
29
Q

Beta Managed Package

A

In the context of managed packages, a beta managed package is an early version of a managed package distributed to a sampling of your intended audience to test it.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
30
Q

Boolean Operators

A

You can use Boolean operators in report filters to specify the logical relationship between two values. For example, the AND operator between two values yields search results that include both values. Likewise, the OR operator between two values yields search results that include either value.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
31
Q

Bulk API

A

The REST-based Bulk API is optimized for processing large sets of data. It allows you to query, insert, update, upsert, or delete a large number of records asynchronously by submitting a number of batches which are processed in the background by Salesforce. See also SOAP API.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
32
Q

Cascading Style Sheet (CSS)

A

Files that contain all of the information relevant to color, font, borders, and images that are displayed in a user interface.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
33
Q

Callout Apex

A

An Apex callout enables you to tightly integrate your Apex with an external service by making a call to an external Web service or sending a HTTP request from Apex code and then receiving the response.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
34
Q

Child Relationship

A

A relationship that has been defined on an sObject that references another sObject as the ?ne?side of a one-to-many relationship. For example, contacts, opportunities, and tasks have child relationships with accounts.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
35
Q

Class Apex

A

A template or blueprint from which Apex objects are created. Classes consist of other classes, user-defined methods, variables, exception types, and static initialization code. In most cases, Apex classes are modeled on their counterparts in Java.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
36
Q

Client App

A

An app that runs outside the Salesforce user interface and uses only the Force.com API or Bulk API. It typically runs on a desktop or mobile device. These apps treat the platform as a data source, using the development model of whatever tool and platform for which they are designed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
37
Q

Clone

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
38
Q

Cloud Computing

A

A model for software development and distribution based on the Internet. The technology infrastructure for a service, including data, is hosted on the Internet. This allows consumers to develop and use services with browsers or other thin clients instead of investing in hardware, software, or maintenance.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
39
Q

Code Coverage

A

A way to identify which lines of code are exercised by a set of unit tests, and which are not. This helps you identify sections of code that are completely untested and therefore at greatest risk of containing a bug or introducing a regression in the future.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
40
Q

Collapsible Section

A

Sections on detail pages that users can hide or show.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
41
Q

Combination Chart

A

A combination chart plots multiple sets of data on a single chart. Each set of data is based on a different field, so values are easy to compare. You can also combine certain chart types to present data in different ways on a single chart.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
42
Q

Component Metadata

A

A component is an instance of a metadata type in the Metadata API. For example, CustomObject is a metadata type for custom objects, and the MyCustomObject__c component is an instance of a custom object. A component is described in an XML file and it can be deployed or retrieved using the Metadata API, or tools built on top of it, such as the Force.com IDE or the Force.com Migration Tool.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
43
Q

Component Visualforce

A

Something that can be added to a Visualforce page with a set of tags. Visualforce includes a number of standard components, or you can create your own custom components.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
44
Q

Component Reference Visualforce

A

A description of the standard and custom Visualforce components that are available in your organization. You can access the component library from the development footer of any Visualforce page or the Visualforce Developer s Guide.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
45
Q

Composite App

A

An app that combines native platform functionality with one or more external Web services, such as Yahoo! Maps. Composite apps allow for more flexibility and integration with other services, but may require running and managing external code. See also Client App and Native App.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
46
Q

Connect for Office

A

Product that allows you to integrate Salesforce with Microsoft Word and Excel.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
47
Q

Connect for Outlook

A

Force.com Connect for Microsoft Outlook is our legacy add-in for Microsoft Outlook 2007 and earlier. It lets you sync between Salesforce and Outlook. Connect for Outlook adds buttons and options to Outlook.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
48
Q

Connect Offline

A

Product that allows salespeople to use Salesforce to update their data remotely, anywhere, anytime?otally unplugged.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
49
Q

Connected App

A

A connected app integrates an application with Salesforce using APIs. Connected apps use standard SAML and OAuth protocols to authenticate, provide Single Sign-On, and provide tokens for use with Salesforce APIs. In addition to standard OAuth capabilities, connected apps allow administrators to set various security policies and have explicit control over who may use the corresponding applications.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
50
Q

Console Layout

A

Objects chosen by an administrator to display in the list view frame of the Agent console. For example, if an administrator adds cases to a console layout, then users whose profiles are assigned to that console layout can see list views of cases in the console s list view frame.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
51
Q

Console Tab

A

A tab containing the Agent console, which combines related records into one screen with different frames so that users can view and edit information all in one place.

52
Q

Controller Visualforce

A

An Apex class that provides a Visualforce page with the data and business logic it needs to run. Visualforce pages can use the standard controllers that come by default with every standard or custom object, or they can use custom controllers.

53
Q

Controller Extension

A

A controller extension is an Apex class that extends the functionality of a standard or custom controller.

54
Q

Controlling Field

A

Any standard or custom picklist or checkbox field whose values control the available values in one or more corresponding dependent fields.

55
Q

Cookie

A

Client-specific data used by some Web applications to store user and session-specific information. Salesforce issues a session cookie only to record encrypted authentication information for the duration of a specific session.

56
Q

CSV (Comma Separated Values)

A

A file format that enables the sharing and transportation of structured data. The import wizards, Data Loader and the Bulk API support CSV. Each line in a CSV file represents a record. A comma separates each field value in the record.

57
Q

Custom Controller

A

A custom controller is an Apex class that implements all of the logic for a page without leveraging a standard controller. Use custom controllers when you want your Visualforce page to run entirely in system mode, which does not enforce the permissions and field-level security of the current user.

58
Q

Custom Field

A

A field that can be added in addition to the standard fields to customize Salesforce for your organization s needs.

59
Q

Custom Help

A

Custom text administrators create to provide users with on-screen information specific to a standard field, custom field, or custom object.

60
Q

Custom Links

A

Custom links are URLs defined by administrators to integrate your Salesforce data with external websites and back-office systems. Formerly known as Web links.

61
Q

Custom Object

A

Custom records that allow you to store information unique to your organization.

62
Q

Custom Settings

A

Custom settings are similar to custom objects and enable application developers to create custom sets of data, as well as create and associate custom data for an organization, profile, or specific user. All custom settings data is exposed in the application cache, which enables efficient access without the cost of repeated queries to the database. This data can then be used by formula fields, validation rules, Apex, and the SOAP API.
See also Hierarchy Custom Settings and List Custom Settings.

63
Q

Custom S-Control

A

S-controls have been superseded by Visualforce pages. After March 2010 organizations that have never created s-controls, as well as new organizations, won t be allowed to create them. Existing s-controls will remain unaffected, and can still be edited.

64
Q

Custom View

A

A display feature that lets you see a specific set of records for a particular object.

65
Q

Dashboard

A

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.

66
Q

Dashboard Builder

A

Dashboard builder is a drag-and-drop interface for creating and modifying dashboards.

67
Q

Database

A

An organized collection of information. The underlying architecture of the Force.com platform includes a database where your data is stored.

68
Q

Database Table

A

A list of information, presented with rows and columns, about the person, thing, or concept you want to track. See also Object.

69
Q

DatabaseDOTcom

A

Database.com is an enterprise cloud database from salesforce.com.

70
Q

Data Loader

A

A Force.com platform tool used to import and export data from your Salesforce organization.

71
Q

Data Manipulation Language (DML)

A

An Apex method or operation that inserts, updates, or deletes records from the Force.com platform database.

72
Q

Data State

A

The structure of data in an object at a particular point in time.

73
Q

Date Literal

A

A keyword in a SOQL or SOSL query that represents a relative range of time such as last month or next year.

74
Q

Decimal Places

A

Parameter for number, currency, and percent custom fields that indicates the total number of digits you can enter to the right of a decimal point, for example, 4.98 for an entry of 2. Note that the system rounds the decimal numbers you enter, if necessary. For example, if you enter 4.986 in a field with Decimal Places of 2, the number rounds to 4.99. Salesforce uses the round half-up rounding algorithm. Half-way values are always rounded up. For example, 1.45 is rounded to 1.5. ?.45 is rounded to ?.5.

75
Q

Delegated Administration

A

A security model in which a group of non-administrator users perform administrative tasks.

76
Q

Delegated Authentication

A

A security process where an external authority is used to authenticate Force.com platform users.

77
Q

Dependency

A

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).

78
Q

Dependent Field

A

Any custom picklist or multi-select picklist field that displays available values based on the value selected in its corresponding controlling field.

79
Q

Deploy

A

To move functionality from an inactive state to active. For example, when developing new features in the Salesforce user interface, you must select the ?eployed?option to make the functionality visible to other users.

80
Q

Deploy application

A

The process by which an application or other functionality is moved from development to production.

81
Q

Deploy

A

To move metadata components from a local file system to a Salesforce organization. For installed apps, deployment makes any custom objects in the app available to users in your organization. Before a custom object is deployed, it is only available to administrators and any users with the ?ustomize Application?permission.

82
Q

Detail

A

A page that displays information about a single object record. The detail page of a record allows you to view the information, whereas the edit page allows you to modify it. A term used in reports to distinguish between summary information and inclusion of all column data for all information in a report. You can toggle the Show Details/Hide Details button to view and hide report detail information.

83
Q

Developer Edition

A

A free, fully-functional Salesforce organization designed for developers to extend, integrate, and develop with the Force.com platform. Developer Edition accounts are available on developer.salesforce.com.

84
Q

Developer Force

A

The Developer Force website at developer.salesforce.com provides a full range of resources for platform developers, including sample code, toolkits, an online developer community, and the ability to obtain limited Force.com platform environments.

85
Q

Developer Sandbox

A

Developer sandboxes are special configuration sandboxes that are intended for coding and testing by a single developer. Multiple users can log in to a single Developer sandbox. The primary purpose of a Developer sandbox is to provide an environment in which changes under active development can be isolated until they?e ready to be shared. Just like Developer Pro sandboxes, Developer sandboxes copy all application and configuration information to the sandbox. Developer sandboxes are limited to 200 MB of test or sample data, which is enough for many development and testing tasks. You can refresh a Developer sandbox once per day.

86
Q

Developer Pro Sandbox

A

Developer Pro sandboxes copy all of your production organization s reports, dashboards, price books, products, apps, and customizations under Setup, but exclude all of your organization s standard and custom object records, documents, and attachments. Creating a Developer Pro sandbox can decrease the time it takes to create or refresh a sandbox from several hours to just a few minutes, but a Developer Pro sandbox can include only up to 1 GB of data. You can refresh a Developer Pro sandbox once per day. See also Sandbox Organization.

87
Q

Development as a Service (DaaS)

A

An application development model where all development is on the Web. This means that source code, compilation, and development environments are not on local machines, but are Web-based services.

88
Q

Development Environment

A

A Salesforce organization where you can make configuration changes that will not affect users on the production organization. There are two kinds of development environments, sandboxes and Developer Edition organizations.

89
Q

Document Library

A

A place to store documents without attaching them to accounts, contacts, opportunities, or other records.

90
Q

Dynamic Dashboard

A

A dynamic dashboard runs using the security settings of the user viewing the dashboard. Each user sees the dashboard according to his or her own access level. This approach helps administrators share one common set of dashboard components to users with different levels of access.

91
Q

Dynamic Visualforce Binding

A

A way of writing generic Visualforce pages that display information about records without necessarily knowing which fields to show. In other words, fields on the page are determined at runtime, rather than compile time.

92
Q

Email Alert

A

Email alerts are workflow and approval actions that are generated using an email template by a workflow rule or approval process and sent to designated recipients, either Salesforce users or others.

93
Q

Email Template

A

A form email that communicates a standard message, such as a welcome letter to new employees or an acknowledgement that a customer service request has been received. Email templates can be personalized with merge fields, and can be written in text, HTML, or custom format.

94
Q

Enterprise Application

A

An application that is designed to support functionality for an organization as a whole, rather than solving a specific problem.

95
Q

Enterprise Edition

A

A Salesforce edition designed for larger, more complex businesses.

96
Q

Enterprise WSDL

A

A strongly-typed WSDL for customers who want to build an integration with their Salesforce organization only, or for partners who are using tools like Tibco or webMethods to build integrations that require strong typecasting. The downside of the Enterprise WSDL is that it only works with the schema of a single Salesforce organization because it is bound to all of the unique objects and fields that exist in that organization s data model.

97
Q

Entity Relationship Diagram (ERD)

A

A data modeling tool that helps you organize your data into entities (or objects, as they are called in the Force.com platform) and define the relationships between them. ERD diagrams for key Salesforce objects are published in the SOAP API Developer s Guide.

98
Q

Enumeration Field

A

An enumeration is the WSDL equivalent of a picklist field. The valid values of the field are restricted to a strict set of possible values, all having the same data type.

99
Q

Event

A

An event is an activity that has a scheduled time. For example, a meeting, or a scheduled phone call.

100
Q

Facet

A

A child of another Visualforce component that allows you to override an area of the rendered parent with the contents of the facet.

101
Q

Field

A

A part of an object that holds a specific piece of information, such as a text or currency value.

102
Q

Field-Level Security

A

Settings that determine whether fields are hidden, visible, read only, or editable for users. Available in Enterprise, Unlimited, Performance, and Developer Editions only.

103
Q

Field Dependency

A

A filter that allows you to change the contents of a picklist based on the value of another field.

104
Q

Field Sets

A

A field set is a grouping of fields. For example, you could have a field set that contains fields describing a user s first name, middle name, last name, and business title. Field sets can be referenced on Visualforce pages dynamically. If the page is added to a managed package, administrators can add, remove, or reorder fields in a field set to modify the fields presented on the Visualforce page without modifying any code.

105
Q

Field Update

A

Field updates are workflow and approval actions that specify the field you want updated and the new value for it. Depending on the type of field, you can choose to apply a specific value, make the value blank, or calculate a value based on a formula you create.

106
Q

Filter Condition/Criteria

A

Condition on particular fields that qualifies items to be included in a list view or report, such as ?tate equals California.?

107
Q

Flex Toolkit for Force.com

A

An Adobe Flex library that allows you to access Salesforce data from within a Flex 2 application.

108
Q

Folder

A

A folder is a place where you can store reports, dashboards, documents, or email templates. Folders can be public, hidden, or shared, and can be set to read-only or read/write. You control who has access to its contents based on roles, permissions, public groups, and license types. You can make a folder available to your entire organization, or make it private so that only the owner has access.

109
Q

Force.com

A

The salesforce.com platform for building applications in the cloud. Force.com combines a powerful user interface, operating system, and database to allow you to customize and deploy applications in the cloud for your entire enterprise.

110
Q

Force.com App Menu

A

A menu that enables users to switch between customizable applications (or ?pps? with a single click. The Force.com app menu displays at the top of every page in the user interface.

111
Q

Force.com Builder

A

The App Setup area of the Salesforce setup menu.

112
Q

Force.com Enterprise App

A

A custom app with up to eight (8) custom objects and eight (8) custom tabs, read-write access to accounts and contacts, and access to Sharing, Bulk API, or Streaming API.

113
Q

Force.com IDE

A

An Eclipse plug-in that allows developers to manage, author, debug and deploy Force.com applications in the Eclipse development environment.

114
Q

Force.com Light App

A

A custom app with up to eight (8) custom objects and eight (8) custom tabs, read-only access to accounts and contacts, and no access to Sharing, Bulk API, or Streaming API.

115
Q

Force.com Migration Tool

A

A toolkit that allows you to write an Apache Ant build script for migrating Force.com components between a local file system and a Salesforce organization.

116
Q

Foreign Key

A

A field whose value is the same as the primary key of another table. You can think of a foreign key as a copy of a primary key from another table. A relationship is made between two tables by matching the values of the foreign key in one table with the values of the primary key in another.

117
Q

Formula Field

A

A type of custom field. Formula fields automatically calculate their values based on the values of merge fields, expressions, or other values.

118
Q

Full Sandbox

A

Full sandboxes copy your entire production organization and all its data, including standard and custom object records, documents, and attachments. You can refresh a Full sandbox every 29 days. See also Sandbox Organization.

119
Q

Function

A

Built-in formulas that you can customize with input parameters. For example, the DATE function creates a date field type from a given year, month, and day.

120
Q

Get Request

A

A get request is made when a user initially requests a Visualforce page, either by entering a URL or clicking a link or button.

121
Q

Getter Methods

A

Methods that enable developers to display database and other computed values in page markup.
Methods that return values. See also Setter Methods.

122
Q

Global Search

A

Search more records and fields in Salesforce from the header search box. Global search keeps track of which objects you use and how often you use them, and arranges the search results accordingly. Search results for the objects you use most frequently appear at the top of the list.

123
Q

Global Variable

A

A special merge field that you can use to reference data in your organization.
A method access modifier for any method that needs to be referenced outside of the application, either in the SOAP API or by other Apex code. Governor Limits
Apex execution limits that prevent developers who write inefficient code from monopolizing the resources of other Salesforce users.

124
Q

Gregorian Year

A

A calendar based on a 12-month structure used throughout much of the world.

125
Q

Group

A

A groups is a set of users. Groups can contain individual users, other groups, or the users in a role. Groups can be used to help define sharing access to data or to specify which data to synchronize when using Connect for Outlook or Connect for Lotus Notes.
Users can define their own personal groups. Administrators can create public groups for use by everyone in the organization.

126
Q

Group Edition

A

A product designed for small businesses and workgroups with a limited number of users.