Hi,
I am using Adobe LiveCycle Desinger 8.0 and am trying to connect to LDAP. I have no problem connecting to LDAP and returning the fields that I need when I type in my own network login as a literal string. This is created in the Data View tab.
SELECT givenName, employeeID FROM 'LDAP://DC=my server name,DC=COM' where samAccountName='jsmith'
How do I get the samAccountName to recognize the currently logged in user?
For LiveCycle Designer you can verify this function with the following JavaScript:
George Kaiser