User specific drop list | Community
Skip to main content
nareshp9284939
Level 2
July 5, 2017
Solved

User specific drop list

  • July 5, 2017
  • 1 reply
  • 1223 views

Hi All,

I have a dynamic PDF form. I can launch it from workspace, I can fill the data and submit for approval. All works good. In the form I have couple of drop list fields. Can I restrict values in the drop list based on the user id? The drop list values will come from Oracle database, overall values for this field are more than 1000 but a particular user can see limited (lets say 3, 6 or 14) values based on the security restrictions. I know how JDBC connection and SQL statements work in workbench but I don't know how it works in designer. Any help will be greatly appreciated.

Thanks

Naresh

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Vijay_Kumar_Jalagari

Hi Naresh,

For Dynamically populating items please use article Dynamically populate a drop-down list or list box​  for connecting to data sources. Not sure about JDBC but designer provide the connection to OLE database, web service etc. Please check Create a data connection to an OLE database article.

1 reply

Vijay_Kumar_Jalagari
Adobe Employee
Vijay_Kumar_JalagariAdobe EmployeeAccepted solution
Adobe Employee
July 13, 2017

Hi Naresh,

For Dynamically populating items please use article Dynamically populate a drop-down list or list box​  for connecting to data sources. Not sure about JDBC but designer provide the connection to OLE database, web service etc. Please check Create a data connection to an OLE database article.