Data Management Exercises Guide
Data Management Exercises Guide
APPLICATIONS WITH
FORCE.COM - PART 2
(DATA MANAGEMENT)
Exercise Guide
EXERCISE GUIDE
Data Management
Table of Contents
16-1: Mass Transfer Ownership of Records ................................................................................. 1
16-2: Upload Positions .................................................................................................................. 2
16-3: Upsert Candidates ............................................................................................................... 5
16-4: Upsert Remaining Object Data (Optional) ........................................................................ 7
EXERCISE GUIDE
Data Management
Instructions:
1. Use the mass transfer records feature to assign all positions, job applications,
candidates, and offers to Phil Katz.
A. Assign all positions to Phil Katz.
i. From Setup, enter Mass Transfer Records in the Quick Find box, then select
Mass Transfer Records under Data Management.
ii. Click Transfer Positions in the Mass Transfer list.
iii. Transfer from: User
iv. Transfer to: Phil Katz
v. Click Find.
vi. Select all positions.
vii. Click Transfer.
B. Repeat Step A for all candidates, job applications, and offers.
Instructions:
1. Download the legacy position data.
If you completed "Exercise 13-2: Creating Dynamic Approval Processes (Optional)" you
already downloaded the needed exercise files and do not need to complete this step.
A. Click the Documents tab.
B. Select Shared Documents from the Folder picklist.
C. Click the DEV401.zip file.
D. Click View File.
E. In the File Download dialog box, click Save.
F. In the Save As dialog box, select to save the file to the desktop, and click Save.
G. Right-click the downloaded .zip file and select Extract All.
2. Upload the legacy position records.
A. Double-click the Apex Data Loader icon on the desktop.
If the Data Loader is not already installed, download it from Setup | Data
Management | Data Loader.
B. Click Upsert.
C. Click Password Authentication and log in by entering your Username and
Password.
i. Click Login.
ii. Click Next when you see the "Login successful" message.
D. Select Position from the list of objects.
Instructions:
1. Upsert the candidate data from the Candidates.csv file into Salesforce.
A. Double-click the Apex Data Loader icon on the desktop.
B. Click Upsert.
C. If needed, log in by clicking Password Authentication and entering your Username
and Password.
i. Click Log in.
ii. Click Next when you see the "Login successful" message.
D. Select Candidate from the list of objects.
E. Select the Candidates.csv file.
i. Click Browse.
ii. Browse to Candidates.csv (in the M16_DataManagementExerciseFiles folder
of the DEV401.zip file) and click Open.
iii. Click Next.
iv. A message saying “Initialization Succeeded. Your operation will contain 10
records” appears.
v. Click OK.
F. Select Legacy_Candidate_Number__c as the matching field so the data is
matched using the legacy system ID.
G. Click Next.
H. Select the related objects to create the relationships in the data.
i. Select Legacy_Employee_Num__c as the CreatedBy field.
Goal:
Upsert the remaining legacy records via the Data Loader GUI tool.
Task:
Execute an upsert of the legacy records via the Data Loader using existing mapping files.
Time:
10 minutes
Instructions:
Execute an upsert for the remaining objects in the recruiting app (Job Applications,
Interviewers, Reviews, and Offers) using the mapping files in the Mapping Files folder in
the M16_DataManagementExerciseFiles folder of the DEV401.zip file.