Customer database: Difference between revisions

From RadiWiki
Jump to navigation Jump to search
No edit summary
Line 19: Line 19:
{{ScreenElementDescription|Database Type|Specifies the database driver that should be used to connect to the customer database. This database driver can be one of:
{{ScreenElementDescription|Database Type|Specifies the database driver that should be used to connect to the customer database. This database driver can be one of:
* {{ScreenElement|Act!}} to retrieve customer information from Symantec Act!.
* {{ScreenElement|Act!}} to retrieve customer information from Symantec Act!.
* {{ScreenElement|Microsoft Outlook}} to retrieve customer information from Microsoft Outlook.
* {{ScreenElement|Microsoft Outlook}} to retrieve customer information from the contacts that are available in Microsoft Outlook.
* {{ScreenElement|Microsoft Access}}
* {{ScreenElement|Microsoft Access}}
* {{ScreenElement|Text database}} to retrieve information from a text based [[ODBC]] database.
* {{ScreenElement|Text database}} to retrieve information from a text based [[ODBC]] database.
* {{ScreenElement|ODBC database}} to retrieve information from an [[ODBC]] database connection.
* {{ScreenElement|ODBC database}} to retrieve information from an [[ODBC]] database connection. This can for example be used to retrieve information from a [[MySQL]] database.
}}
}}
{{ScreenElementDescription|Configuration|Shows a more detailed configuration dialog of the selected {{ScreenElement|Database Type}} to allow the configuration of specific customer database settings. When the database {{ScreenElement|Configuration}} button is pressed, the {{WindowTitle|Customer database configuration}} window will appear.  
{{ScreenElementDescription|Configuration|Shows a more detailed configuration dialog of the selected {{ScreenElement|Database Type}} to allow the configuration of specific customer database settings. When the database {{ScreenElement|Configuration}} button is pressed, the {{WindowTitle|Customer database configuration}} window will appear.  

Revision as of 15:10, 25 November 2010

Introduction[edit]

RadiMation® contains functionality to retrieve name and address information of customers from another external database. This external database could be your company's customer relationship management (CRM) database. The functionality to retrieve customer information from another external database is called 'Customer database'. This will reduce the need for retyping customer address information in RadiMation®.

Several different types of database interfaces are provided, to retrieve customer information from different type of databases. Some of the database that are supported are:

Changing the customer database driver[edit]

To configure RadiMation® to support your customer database, please select

   Menu.svg Configuration
      Menu.svg Configuration

Then select the Database tab.

Configuration Database.png

ScreenElementDescription.svg Database Type Specifies the database driver that should be used to connect to the customer database. This database driver can be one of:
  • Act! to retrieve customer information from Symantec Act!.
  • Microsoft Outlook to retrieve customer information from the contacts that are available in Microsoft Outlook.
  • Microsoft Access
  • Text database to retrieve information from a text based ODBC database.
  • ODBC database to retrieve information from an ODBC database connection. This can for example be used to retrieve information from a MySQL database.
ScreenElementDescription.svg Configuration Shows a more detailed configuration dialog of the selected Database Type to allow the configuration of specific customer database settings. When the database Configuration button is pressed, the Customer database configuration window will appear.

The Customer database configuration dialog allows to specify a mapping between an external customer database and the address information fields in RadiMation®.

Customer Database Configuration.png


ScreenElementDescription.svg Location In this field, the location of the database must be entered. It is also possible to press on the small button behind the textbox, after which a popup window will be shown that allows the end-user to select the correct customer database. If an ODBC connected database is used, a dialog will be shown which allows to select an already created ODBC data source.
ScreenElementDescription.svg Table and Fields

It is necessary to specify in the customer database configuration, which table and column(s) should be used, to correctly map the information in the customer database to the data in RadiMation®. There for the following selections must be made. It is not necessary to specify a selection for each and every field, but the Table and Company has to be specified.

ScreenElementDescription.svg Table The table that should be used to retrieve the information from
ScreenElementDescription.svg Company The database column name from which the 'company' name should be retrieved.
ScreenElementDescription.svg Contact The database column name from which the 'contact' name should be retrieved.
ScreenElementDescription.svg Address The database column name from which the 'address' name should be retrieved.
ScreenElementDescription.svg Zip Code The database column name from which the 'Zip code' name should be retrieved.
ScreenElementDescription.svg City The database column name from which the 'city' name should be retrieved.
ScreenElementDescription.svg State The database column name from which the 'state' name should be retrieved.
ScreenElementDescription.svg Country The database column name from which the 'country' name should be retrieved.
ScreenElementDescription.svg Telephone # The database column name from which the telephone-number should be retrieved.
ScreenElementDescription.svg Fax # The database column name from which the fax-number should be retrieved.
ScreenElementDescription.svg E-Mail Address The database column name from which the e-mail address should be retrieved.
ScreenElementDescription.svg Advanced Shows some more advanced settings for the customer database configuration:

Customer Database Configuration Advanced.png


ScreenElementDescription.svg Use default query Will configure the customer database driver to use the default SQL query, which uses the selected database column names. The SQL query that is used will be shown in the Query textbox
ScreenElementDescription.svg Use customized query Allows the end-user to specify a specific or more detailed SQL query, that should be used by the customer database driver. The SQL query can be specified in the Query textbox
ScreenElementDescription.svg Query Shows the SQL query that is used by the customer database driver. If the Use customized query option is selected, it is possible to change the SQL query
ScreenElementDescription.svg Login Name Allows to specify a login name that should be used to the connect to the customer database. The default value is 'admin', which should be correct in almost all situations
ScreenElementDescription.svg Password The password that corresponds with the specified Login Name which are necessary to connect to the customer database. The default value is ' ', which should be correct in almost all situations
ScreenElementDescription.svg Load Database Tries to connect to the selected database, using the specified Login Name and Password, to determine the list of available tables and column names.