ev401-018:Data Management: Data management Tools
Module Objectives
1.List objects exposed in the import wizards.
2.List some objects not exposed in the import wizards.
3.List some capabilities of API-based tools that the import wizards do not have.
4.State hoe to obtain the Data loader.
5.List the capabilities of the Data loader.

Tools for Executing a Data Migration
1.Via Application Import wizards:Account/Contact/leads/Solutions/custom Objects
2.Via Web Service API:Data Loader/Partner Tools/Custom-built Tools/Open Source Tools

Import Wizards
1.Import Wizards
- Easy to use tool to load Accounts,Contacts,Leads,Solutions, or Custom Objects.
- Load 50,000 records or less.
- Prevent duplicates:
.Account Name and Site;Account IDs
.Contact Email Address;Contact name;Contact ID
.Lead Email Address;lead IDs.

Overview of API-Based Tools
1.Load any object support by the API.
2.Load more that 50,000 records.
3.Schedule regular data loads such as nightly feeds.
4.Export data for backup.
5.Mass delete supported objects

Apex Data Loader
1.The Apex Data Loader :
- Is a fully supported salesforce.com product.
- Supports import from CSV or export to CSV.
- Supports loading from or exporting to a database via JDBC.
- Supports custom relationships for upsert.
- Can be run from command line.

Obtaining the Data Loader
1.Available in:UE,EE and DE Orgs
2.System Administrators download through the application
-.Setup|Data Management|data Loader
- Download the Data Loader link and save
- Launch the Install Shield wizard
3.Open Source Project
- SourceFreoge.net
- Not supported by salesforce.com

Which Tool Do You Use?
1.Wizard vs API is the essential question
2.Depends on operations you want to perform
3.Depends on the objects involved
4.Depends on your scheduling needs
5.Depends on your de-dupling needs
6.Depends on the number of records involved
7.Depends on the data sources/destinations involved

Review
1.Can you import data into custom objects using the Salesforce Import Wizard?
Yes
2.How do you decide which import tool to use?
3.True or False:An External ID field is always unique.
False

Dev401-019:Data Management: Practical Application
Module Objectives
1.Configure the Data loader to run via the command line interface.
2.Encrypt a password using the encrypt.bat utility
3.Create maping files via the Data Loader GUI to support upsert with relationship use case.
4.Run the Data loader via the command line to upsert data

Building Applications with Force.com and VisualForce(Dev401)(十七):Data Management: Data management Tools的更多相关文章

  1. Building Applications with Force.com and VisualForce (DEV401) (二) : Application Essentials:Designing Application on the Force.com Platform

    Dev 401-002:Application Essentials:Designing Application on the Force.com Platform Course Objectives ...

  2. Building Applications with Force.com and VisualForce(Dev401)(十八):Visualforce Pages: Introduction to Visualforce

    Dev401-020:Visualforce Pages: Introduction to Visualforce Course Objectives1.Understand the benefits ...

  3. Building Applications with Force.com and VisualForce (DEV401) (二二):Visualforce Componets (Tags) Library Part II

    Dev401-023:Visualforce Pages: Visualforce Componets (Tags) Library Part II   Apex:pageBlockTable1.A ...

  4. Building Applications with Force.com and VisualForce(Dev401)(十五):Data Management: Data management Overview

    Dev401-016:Data Management: Data management Overview Course Objectives1.List typical data management ...

  5. Building Applications with Force.com and VisualForce(Dev401)(十):Designing Applications for Multiple Users: Building Business Processes that You Want

    Dev401-011: Building Business Processes that You Want Course Objectives1.Describe the capabilities o ...

  6. Building Applications with Force.com and VisualForce (DEV401) (四):Building Your user Interface

    Dev 401-004:Application essential:Building Your user Interface: Module Agenda1.Custom Applications2. ...

  7. Building Applications with Force.com and VisualForce (DEV401) (三):Application Essential:Building Your Data Model

    Dev 401-003:Application Essential:Building Your Data Model Object Relationships1.Link two objects- P ...

  8. Building Applications with Force.com and VisualForce(Dev401)(七):Designing Applications for Multiple users:Managing your users' experience I

    Dev 401-007 Designing Applications for Multiple users: Managing your users' experience part 1 Module ...

  9. Building Applications with Force.com and VisualForce (DEV401) (二五):Visualforce Controller

    Dev401-026:Visualforce Pages: Visualforce Controller   Module Objectives1.Identify the functionality ...

随机推荐

  1. 从wordpress换hexo博客后

    之前用wordpress做blog, 为什么换为hexo呢? 第一 ​ wordpress的文章都保存在服务器的数据库, 维护不是很直观. ​ 而hexo是自己编写markdown文章,本地一份,而b ...

  2. 《和莎莫的 500 天》中为什么 Summer 最终没有和 Tom 在一起?

    好的电影总是需要仔细赏味几次,每次也都会有不同的收获.就像我钟爱的[500 days of summer]. 彪悍的大胡子导演MarcWebb实在是太有趣,把自己的亲身经历搬上大荧幕,因为" ...

  3. C++扬帆远航——15(项目二,太乐了)

    /* * Copyright (c) 2016,烟台大学计算机与控制工程学院 * All rights reserved. * 文件名:tailezhanshi.cpp * 作者:常轩 * 微信公众号 ...

  4. C++走向远洋——40(第九周,深复制体验)

    */ * Copyright (c) 2016,烟台大学计算机与控制工程学院 * All rights reserved. * 文件名:text.cpp * 作者:常轩 * 微信公众号:Worldhe ...

  5. 一篇带你看懂Flutter叠加组件Stack

    注意:无特殊说明,Flutter版本及Dart版本如下: Flutter版本: 1.12.13+hotfix.5 Dart版本: 2.7.0 Stack Stack组件可以将子组件叠加显示,根据子组件 ...

  6. 30分钟学会Objective-C

    注: 本文首发于我的个人博客:https://evilpan.com/2019/04/05/objc-basics/ 请原谅我的标题党.但是如果你有其他语言的学习经验,要学习Objective-C的语 ...

  7. Azure Devops/TFS测试管理(下)

    紧接着 上篇 经过上篇折腾,我们已经有了: ①手工测试的流程规范 ②测试用例的管理 对于开发出身的我,我觉得一个项目上线流程应该主要瓶颈只能是开发本身,因为我认为最复杂过程应该就是开发,而肯定不能是测 ...

  8. php+mysql开发一个最简单的在线题库,在线做题系统!

    题库,对于教育机构,学校,在线教育,是很有必要的,网上也有不少的第三方在线题库系统,但是本次案例,会让有需要的人了解题库的开发思路,其实很简单,无非就是一个表单验证,数据库验证. 1.先构建表单数据2 ...

  9. Linux 宝典《最新版》

    Linux 概述 什么是Linux?Linux是一套免费使用和自由传播的类Unix操作系统,是一个基于POSIX和Unix的多用户.多任务.支持多线程和多CPU的操作系统.它能运行主要的Unix工具软 ...

  10. 盘点Mac上搭建本地WebServer的几种方式

    第一种: 通过Nginx搭建本地WebServer 安装nginx brew install nginx 安装完后在终端输入nginx指令,启动nginx查看效果 确定安装好之后,在根目录创建一个文件 ...