Customer database configuration: Difference between revisions

From RadiWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 19: Line 19:
}}
}}
{{ScreenElementDescription|Advanced|Shows some more advanced settings for the customer database configuration:
{{ScreenElementDescription|Advanced|Shows some more advanced settings for the customer database configuration:
[[File:Customer Database Configuration Advanced.png]]
     {{ScreenElementDescription|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 {{ScreenElement|Query}} textbox}}
     {{ScreenElementDescription|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 {{ScreenElement|Query}} textbox}}
     {{ScreenElementDescription|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 {{ScreenElement|Query}} textbox}}
     {{ScreenElementDescription|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 {{ScreenElement|Query}} textbox}}

Revision as of 12:58, 25 November 2010

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.
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.