Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Each xlsx spreadsheet can contain multiple worksheets (the tabs at the bottom of Excel). You can import multiple types of records in the same spreadsheet by including them in different worksheets. You can even split records of the same type across multiple worksheets. Each record type is imported in the order listed below, then in the order of worksheets within a spreadsheet (left to right).

Record type import order:

  1. Countries
  2. Contact Type Tags
  3. Contact Address Types
  4. Contact Phone / Email Types
  5. Matter Archive Location
  6. Matter Contact Types
  7. Fee Earner Types
  8. Referral Sources
  9. Banks
  10. Forms of Funds
  11. Users
  12. Contacts
  13. Matters

Excel spreadsheets can be uploaded to an Appliance (generally, files are limited to ~10MB) or the Appliance can download a file from another web server (no size limitation).

...

TODO: Karen, can you attach some of you examples here, for reference.

Drop Down Lists

The spreadsheet format for drop down lists is very similar. Most have a Name or Label column, and a numeric Sort order and a yes / no IsActive.

Contact Type Tags

Worksheet must start with ContactType eg: ContactTypes

Unique key name: Name

FieldType of DataRequiredMultiple ValuesComments
NameText, max 100YNName of the contact type, as shown on contact page. Must be unique. 
SortNumericNNSort order override. Defaults to 1 if not specified.
IsActiveYes / NoNNYes, No, Y, N, True, False are all valid values. Defaults to Y if not specified.  

Countries

Worksheet must start with CountryList

Unique key name: Name

FieldType of DataRequiredMultiple ValuesComments
NameText, max 100YNName of the country. Must be unique. 
CodeText, max 10YNShort code for the country. Must be unique. 
SortNumericNNSort order override. Defaults to 1 if not specified.
IsActiveYes / NoNNYes, No, Y, N, True, False are all valid values. Defaults to Y if not specified.  

Users

Worksheet must start with User eg: Users, Users_Active

...