Expand my Community achievements bar.

Connections

Avatar

Former Community Member
We are working on a new form where we want data passed into Elite ultimately but we want user name lists and that type of thing displayed from either Active Directory or Interaction (a client contact database). What is the best type of connection to use to connect to Active Directory or Interaction. I have the connection to Elite already.



I have been reading through the samples and wanted just an idea where to start.

Thanks in advance. Mary
1 Reply

Avatar

Former Community Member
If you are referring to the Process Map you can read data from a MS AD by use of LDAP. During the initial install\configuration of AWS, you can configure the AWS Agent to connect via LDAP if that user, you are installing under, is so present on your LDAP server.



If you are referring to connections through the Adobe Form this too is made through a LDAP connection through the use of normal scripting methods.



Concerning, Interaction, not familiar its design\functionality but if its ODBC compliant then any sort of ADO connection should suffice.



Jon