Expand my Community achievements bar.

AWS_ASSIGNED_ID to Query User Information

Avatar

Former Community Member
I have a form where I have dropped process fields. I am trying to use the AWS_ASSINGED_ID field to query the LiveCycle DB for an LDAP name, which I then use to query LDAP for some information that automatically will populate in the form. The process works fine. If I invoke it via Workbench and enter in the user's ID manually, it give me the correct output.



I put a variable logger on the front of the process and discovered that the ID value will not pass into the process if I invoke it via web service in the form. I have checked my binding 100 times and that AWS_ASSIGNED_ID is in fact bound to the input value for my data connection. Any ideas why this is causing a problem? Are there some type of setting(s) on the process fields that prevent using them for databinding?
1 Reply

Avatar

Former Community Member
I figured it out. Nevermind. FYI, I had to disable "Generate Validation Scripts" for the data connection in question. That allowed it to work correctly. I'm not sure why.