DB Table to populate a List of values
Hi all,
I'm newbie about AI designer. I'm trying to do something that it should be easy. I want to load a list of values in a Dialog (selectOneMenu) from a DB table. Suppose I have some employees. I want to create a new employee, so I need to assign it to amn existing department. So, I need an object List<Department> in the Dialog interface to use it in the selectOneMenu control and save department code when I save this employee data to database.
I'm not finding the way to connect the DB step when I make this query to the dialog step.
Can you help me? Any documentation about this kind of task?tasks?
BR