E-Invoice Center Project configuration > Platform configuration > Selecting the output connector dynamically > Retrieving customer preferences from a user database

Retrieving customer preferences from a user database
You map the customer identification in the input data against the customer preferences in an external user database. For example, Microsoft® Active Directory®.
In the Project, you retrieve the customer preferences using ODBC or LDAP scripting. You specify the variable as a script alias in the Connector Selection Method dialog box in Design Center.
Example 3
$Connector = ”OtherConnector”
$Connector = ODBCget(dbname, server, table, key, E-sign)
if $answer = “YES” then
$Connector = “EInvoiceConnector”
 
OpenText StreamServe 5.6 Updated: 2013-03-01