You are viewing limited content. For full access, please sign in.

Question

Question

Forms: Populate a drop-down with Repository Users

asked on March 7, 2017

I have a user who is hoping for a way to populate a drop down menu in Forms with a list of repository users from a specific repository.  Would this be possible?  I have not been able to find anything specific on it.  Thank you in advance for any assistance!

0 0

Replies

replied on March 7, 2017

Not sure if it is the best way but maybe you could look at the account_cache table in your repository database.  It looks like the account names are there and the isuser column will show the individuals (at least in my test database).  Could write a stored proc that selects the account name where isuser = 1.  Looks like it is the windows name so may need to do a few data tweaks but it could get you the list.

0 0
replied on March 7, 2017

Please see this thread.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.