![]() |
|
|
#1 | ||
|
Junior Member
Join Date: Sep 2008
Location: Virginia Beach, VA
Posts: 14
|
We would like to request a way to import Account Codes.
One of our customers is a law firm that wants to have all their client numbers entered for LD calls. We have to manually input 1753 client numbers into the system. This would be a nice add on for the future. Thanks. |
||
|
|
|
|
|
#2 | ||
|
Junior Member
Join Date: Oct 2008
Location: toledo
Posts: 1
|
what version is it? if its 7.5 you can import in MS access, use a excel spreadsheet, with the headers AccountCodeID
AccountCode AccountCodeInput AccountName then import the spreadsheet into the database as a table, the account codes will be there. |
||
|
|
|
|
|
#3 | ||
|
Junior Member
Join Date: Oct 2008
Location: Wadsworth, Ohio
Posts: 28
|
Later versions use MySQL to store the config, but it is stored in much the same format. You should be able to use the MySQL ODBC driver and some other program such as OpenOffice Base or maybe even a linked table in Access to do the import. Note this isn't supported by Shoretel, but I don;t see why it won't work.
|
||
|
|
|
|
|
#4 | ||
|
Junior Member
Join Date: Sep 2008
Location: Virginia Beach, VA
Posts: 14
|
Version 8.0 - We contacted TAC and they stated it was not possible.
We tried to back door this but when we attempted to import using MySQL Query Broswer the account codes appeared in the list but stated invalid when used. Would be nice to have them add this as a feature as well as a PRINT feature. Thanks. |
||
|
|
|
|
|
#7 | ||
|
Member
Join Date: Jul 2006
Location: Pomona CA
Posts: 41
|
This is what we do for our customers and it works you do have to restart the account code service though.
Here are the steps 1. Export you account codes into a .CSV file and name it anything in this example i'll name it AccountCodes.csv format should be like below 1037,1037,Mike Jones 1040,1040,Nancy Smith "Notice the account code is there twice, also make sure there is no commas in the name, and spaces are okay" 2. Run this script below to import from AccountCodes.csv which is located in the root of C:\ LOAD DATA LOCAL INFILE '/AccountCodes.csv' INTO TABLE accountcodes FIELDS TERMINATED BY ',' LINES TERMINATED BY '\r\n' (AccountCode, AccountCodeInput, AccountName);
__________________
Sergio Valles svalles@intelesysone.com # 909-972-0398 Direct Certified ShoreTel Engineer http://www.intelesysone.com |
||
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|