I'm trying to create a single line metadata text field that will allow you to begin entering the first few letters of a value, and having a list filter to show only the values that match the text string entered. The accepted values are stored in a SQL table.
I'm not looking to achieve this using a list field, as they will have hundreds of values to sort through. Auto-suggesting in a text field will allow them to enter a few letters and have that list of hundreds narrowed down to a more easily viewed list.
For some background:
We have a prospective client that has an approval process which requires approval from 3 out of hundreds of approvers. There's one person that will be responsible for selecting which of the approvers is appropriate for each instance, so I'll be creating a workflow that allows this one person to choose values for 3 separate fields called Approver 1, Approver 2, and Approver 3. When Approver 1 has the value "Rob" entered, I'd like to see the name "Rob Misconin" and "Bill Robinson" appear, given that those names appear in the SQL list I'm referencing.
In a perfect solution, I'd like to have the name selected in Approver 1 not appear in the options for Approver 2, and so forth with Approvers 2 and 3, but if that's not possible, it's fine.
Any ideas on how to do this? I've searched through help files and other answers posts, but I wasn't able to find anything.