Salesforce CRM

시작하기. 무료입니다
또는 회원 가입 e메일 주소
Salesforce CRM 저자: Mind Map: Salesforce CRM

1. Administration

1.1. Standard Objects

1.1.1. Accounts

1.1.2. Contacts

1.1.3. Opportunities

1.1.3.1. Potential Sales deals associated with accounts. Make up sales pipeline and forecasts. Associated with contacts.

1.1.4. Cases

1.1.4.1. Customer feedback, problems, or questions. Associated with accounts and contacts. Used to resolve issues.

1.1.5. Solutions

1.1.5.1. Contain a description of customer issues and resolutions. Associated with cases.

1.1.6. Campaigns

1.1.6.1. Marketing projects. Have related leads and contacts show as campaign members. Have related opportunities.

1.1.7. Leads

1.1.7.1. Individuals interested in your products or services. Associated to campaigns. Converted into accounts, contacts, and opportunities.

1.1.8. User

1.1.9. Tasks / Events

1.2. Customer Onboarding

1.2.1. Company Information

1.2.1.1. Name and address

1.2.1.2. Primary contact

1.2.1.3. Default locale

1.2.1.4. Default currency

1.2.1.5. Storage used

1.2.1.6. Licences available

1.2.2. Financial Information

1.2.2.1. Fiscal Year

1.2.2.2. Currencies

1.2.2.2.1. Multi-Currency

1.2.2.2.2. Advanced Currency Management

1.2.3. Support Information

1.2.3.1. Business Hours

1.2.3.2. Holidays

1.3. Troubleshooting Issues

1.3.1. User's Login History

1.3.2. Invalid Passwords in Active Users

1.3.3. Password Policies

1.3.4. Logging in as an End User

1.4. General Administration

1.4.1. Login Methods

1.4.1.1. User Interface

1.4.1.2. API

1.4.1.3. Desktop or Mobile Clients

1.4.2. Login Verification

1.4.2.1. Login Restrictions: Login Hour restrictions

1.4.2.2. Trusted IP range: IP address restrictions

1.4.2.3. Valid Cookie Stored

1.4.2.4. Computer Activation Process: "Email me a verification code"

1.4.3. Organization-Wide Settings

1.4.3.1. Company information and primary contact details

1.4.3.2. Default language, locale, and timezone

1.4.3.3. License information

1.4.3.4. Search Settings

1.4.3.4.1. Global Search

1.4.3.4.2. Sidebar Search

1.4.3.4.3. Advanced Search

1.4.3.5. Fiscal year settings

1.4.3.6. Currencies and exchange rates: single currency, multiple currency (enables by Salesforce)

1.4.3.7. My domain

1.4.4. User Interface

1.4.4.1. Record-Level Configuration

1.4.4.1.1. Collapsible detail page sections

1.4.4.1.2. Inline field editing

1.4.4.1.3. Enable hover details: Mini page layout

1.4.4.1.4. Enable separate loading of relating lists

1.4.4.1.5. Enable inline editing

1.4.4.1.6. Enable enhanced lists

1.4.4.1.7. Enable printable list views

1.4.4.1.8. Enable spell checker

1.4.4.1.9. Activate Extended Mail Merge

1.4.4.2. Sidebar

1.4.4.2.1. Enable collapsible sidebar

1.4.4.2.2. Calendar settings

1.4.4.2.3. Sidebar settings: quick create

1.4.4.2.4. Show custom sidebar components on all pages

1.4.5. Security Settings

1.4.5.1. Standard Profiles

1.4.5.1.1. Customizations

1.4.5.1.2. Profile Types

1.4.5.2. Sharing Settings

1.4.5.2.1. Controlled by Parent

1.4.5.2.2. Private

1.4.5.2.3. Public Read Only

1.4.5.2.4. Public Read/Write

1.4.5.2.5. Public Read/Write/Transfer

1.4.5.2.6. Public Full Access

1.4.5.2.7. Grant Access Using Hierarchies

1.4.5.3. User Types

1.4.5.3.1. Marketing User

1.4.5.3.2. Offline User

1.4.5.3.3. Knowledge User

1.4.5.3.4. Service Cloud User

1.4.5.3.5. Mobile User

1.4.5.4. User Permissions

1.4.5.4.1. Create a profile with the "Manger Users" permission

1.4.5.4.2. Use delegated administration

1.4.5.4.3. Password Configurations

1.4.5.4.4. Clone, edit, or delete profile

1.4.5.4.5. Edit or delete sharing settings

1.4.5.4.6. Edit user login hours

1.4.5.4.7. Unlock users who are locked out of Salesforce

1.4.5.4.8. Deactivating Users

2. Platform / Force.com

2.1. Programatic

2.1.1. Test Environments

2.1.1.1. Configuration-only sandbox

2.1.1.1.1. Creates copy of metadata from prod

2.1.1.1.2. Copies reports, dashboards, price-books, and products

2.1.1.1.3. Used to configure prod, create objects and relationships, and reploy them to prod

2.1.1.1.4. Does not copy any production data

2.1.1.2. Developer sandbox

2.1.1.2.1. Used to coding and testing

2.1.1.2.2. Copies entire configuration and customization of the production org

2.1.1.2.3. Does not copy any production data

2.1.1.2.4. Apex and Visualforce coding is also copied

2.1.1.3. Full copy sandbox

2.1.1.3.1. Copies entire production org, its data records, documents, and attachments

2.1.1.3.2. Have same IDs of the records as that of prod only when it has been freshly created

2.2. Declarative

2.2.1. Objects

2.2.1.1. Standard Objects

2.2.1.2. Custom Objects

2.2.1.2.1. Fields

2.2.1.2.2. Relationships

2.2.1.2.3. Limits

2.2.2. User Interface

2.2.2.1. Application

2.2.2.2. Tabs

2.2.2.2.1. Custom Object Tab

2.2.2.2.2. Web Tabs

2.2.2.2.3. Visualforce Tabs

2.2.2.3. Page Layouts

2.2.2.3.1. Views

2.2.2.3.2. Page Layout Editor

2.2.3. Business Logic

2.2.3.1. Entry Criteria

2.2.3.1.1. Criteria is met

2.2.3.1.2. Formula evaluates to true

2.2.3.2. Validation Rule

2.2.3.3. Formula

2.2.3.3.1. Currency

2.2.3.3.2. Date

2.2.3.3.3. Date / Time

2.2.3.3.4. Number

2.2.3.3.5. Percent

2.2.3.3.6. Text

2.2.3.4. Roll-Up Summary Fields

2.2.3.4.1. Count

2.2.3.4.2. Sum

2.2.3.4.3. Min

2.2.3.4.4. Max

2.2.3.5. Workflow

2.2.3.5.1. Evaluation Criteria

2.2.3.5.2. Action

2.2.3.6. Approval Process

2.2.3.6.1. Process Definition

2.2.3.6.2. Initial Submission Actions

2.2.3.6.3. Step Definition

2.2.3.6.4. Define Approval/Rejection Actions

2.2.3.6.5. Use Process Visualizer

2.2.3.7. Parallel Approval Process

2.2.3.7.1. Send Approvals to upto 25 different people

2.2.3.7.2. When multiple approvers are selected

2.2.3.7.3. Approver's may also approve the request

2.2.3.7.4. Can assign to queue or list of approvers

2.2.4. Data Management

2.2.4.1. Tools Available

2.2.4.1.1. Apex Data Loader

2.2.4.1.2. Cloud Import Wizard

2.2.4.2. Record ID

2.2.4.2.1. 15 Character ID

2.2.4.2.2. 18 Character ID

2.2.4.3. URL Format

2.2.4.3.1. Instance Name

2.2.4.3.2. 1st three characters are object identifier

2.2.4.3.3. Remaining are record identifiers

2.2.4.3.4. Appending to URL

2.2.4.4. CSV Mapping File / Output

2.2.4.4.1. Success.csv

2.2.4.4.2. Errors.csv

2.2.4.5. Setting up Data Loader

2.2.4.5.1. Server Host

2.2.4.5.2. Bulk API

2.2.4.5.3. Start At Row

2.2.4.5.4. Inserting Null Values

2.2.4.5.5. Batch Size

2.2.5. Analytics and Reporting

2.2.5.1. Types of Report

2.2.5.1.1. Tabular

2.2.5.1.2. Summary

2.2.5.1.3. Matric

2.2.5.1.4. Joined

2.2.5.2. Scheduled Future Runs

2.2.5.2.1. Daily

2.2.5.2.2. Weekly

2.2.5.2.3. Monthly

2.2.5.2.4. Every Weekday

2.2.5.2.5. Everyday

2.2.5.2.6. Specify Start Times

2.2.5.3. Custom Report Types

2.2.5.4. Dashboard Components

2.2.5.4.1. Bar

2.2.5.4.2. Vertical Bar

2.2.5.4.3. Line

2.2.5.4.4. Pie

2.2.5.4.5. Donut

2.2.5.4.6. Funnel

2.2.5.4.7. Gauge

2.2.5.4.8. Tabular

2.2.5.4.9. Metric

2.2.5.4.10. Visualforce Custom Chart

2.2.5.5. Analytical Snapshot

2.2.5.6. Summary Fields

2.2.5.6.1. Sum

2.2.5.6.2. Largest Value

2.2.5.6.3. Smallest Value

2.2.5.6.4. Average

2.2.5.7. Formulas

2.2.5.7.1. Summary Fields

2.2.6. Application Administration

2.2.6.1. Types of Licenses

2.2.6.1.1. Chatter Free

2.2.6.1.2. Force.com - Free

2.2.6.1.3. Salesforce

2.2.6.1.4. Salesforce Platform

2.2.6.2. Translation Workbench

2.2.6.3. Security Pyramid: Most Restrictive to Least

2.2.6.3.1. Organization-Wide Defaults / Sharing Settings

2.2.6.3.2. Profile and Role-Based Sharing

2.2.6.3.3. Sharing Rules

2.2.6.3.4. Manual Sharing

2.2.6.3.5. Permission Set

2.2.6.4. Auditing Processes

2.2.6.4.1. Setup Audit Trail

2.2.6.4.2. Logs

2.2.6.4.3. Field History

2.2.6.5. Standard Profiles

2.2.6.5.1. System administrator

2.2.6.5.2. Authenticated website user

2.2.6.5.3. Standard platform user

2.2.6.5.4. Force.com user

2.2.6.5.5. Contract manager

2.2.6.5.6. Standard user

2.2.6.6. Password policies: Defaults

2.2.6.6.1. Expires in 90 days

2.2.6.6.2. Users cannot use three previous passwords

2.2.7. Licenses

2.2.7.1. Salesforce

2.2.7.2. Salesforce Platform

2.2.7.3. Force.com - One App

2.2.7.4. Force.com Subscription

2.2.7.5. Knowledge Only User

2.2.7.6. Chatter Free

2.2.7.7. Chatter External

2.2.7.8. Chatter Only