Difference between revisions of "HowTo:Import Data from an External System"

From AgileApps Support Wiki
imported>Aeric
(Created page with "Coming soon...")
 
imported>Aeric
Line 1: Line 1:
===Preparation===
This HowTo Guide builds on [[HowTo:Create_a_Simple_Application]]. If you haven't done that one yet, run through it now to create the objects you'll be importing data into.
If you have already worked through that guide, and you've created records to see how things work, let's start by doing a [[Mass Delete]] of any data you may have entered, so as to import into a fresh collection objects.
Just as a matter of good form, we're first going to delete the records at the bottom of the "lookup chain". Then we'll work our way up the chain. That way, we're sure that no record is left with a pointer to a target record that doesn't exist.
# Visit '''Workspace > OrderItems'''
# Click '''All'''
# Click '''[More Actions...]'''
# Select ''Delete''
# Repeat the process for Orders
# Repeat the process for Customers
===More===
Coming soon...
Coming soon...

Revision as of 00:57, 9 May 2012

Preparation

This HowTo Guide builds on HowTo:Create_a_Simple_Application. If you haven't done that one yet, run through it now to create the objects you'll be importing data into.

If you have already worked through that guide, and you've created records to see how things work, let's start by doing a Mass Delete of any data you may have entered, so as to import into a fresh collection objects.

Just as a matter of good form, we're first going to delete the records at the bottom of the "lookup chain". Then we'll work our way up the chain. That way, we're sure that no record is left with a pointer to a target record that doesn't exist.

  1. Visit Workspace > OrderItems
  2. Click All
  3. Click [More Actions...]
  4. Select Delete
  5. Repeat the process for Orders
  6. Repeat the process for Customers

More

Coming soon...