Expand my Community achievements bar.

Loading a dialog box.

Avatar

Former Community Member

I have a query of an employe file.  The query returns an XML document which contains data of one or more employees.  I can parse the XML document into an array of employee objects and object properties such as record number, last name, first name, etc., one property for each field in the employee record.  My problem is this: How do I get the array of employee objects into a dialog box so that the user can select a single employee and have fields on a form populated from that selection?

0 Replies