Department Import and Export
This program exports your Department records into a delimited text file. This file can then be edited manually or via a spreadsheet program, and then re-imported into the RTA system to update any changes made.
Import Options:
Create New
Checked - New records will be created
Unchecked - New Records WILL NOT be created
Update Existing
Checked - Existing records will be updated
Unchecked - Existing Records WILL NOT be updated
Import Field Definitions
Field | Value | Type/Size |
---|---|---|
Account | char(25) | |
Address 1 | char(25) | |
Address 2 | char(25) | |
City | char(20) | |
Contact Name | char(25) | |
Department | Required | char(10) |
Description | char(25) | |
E-Mail Address | char(60) | |
Extension | char(4) | |
Facility | Required | int(5) |
Name | char(25) | |
Phone | char(14) | |
State | char(2) | |
Work Order Facility | int(5) | |
Zip Code | char(10) |