On a form, is there a way to lookup something from an external datasource (using some filtering input), see the returned list of matching results, and select one of them as input to a form field?
For instance, if they needed to find a book (and we’ll store it’s ISBN in Bonitasoft):
- They’d type some portion of the book title (“Gone with the”, for example)
- Press ‘Search’
- Be presented with a list of matching titles from the external system
- Once the user picks one, have the selected row return the book’s ISBN for storage on the form
I’ve been looking around for a while now and the closest I can find is to redirect to an external URL but, I would really rather not have the user interface work that way.
Regards,
Lori