Hi,
I have a application that need to list users from AD after a specific search filter is given. I want the result been shown in a select field, but do not know how to populate the field from code. The only idea i could come up with is to dump the search result into a table and link the select field to that table, but this is overkill, slow and some kind of stupid.
I’ve tried something like {my filedname} = $myarray but this won’t work.
Any ideas on how to do this?
Thanks,
Tim