With the basic functionality for showing the employee list now complete, we can add the content to the Edit Employee dialog that allows the user to update the employee details. This information is written to the TM1 datasource and can be viewed or updated by any of the native TM1 interfaces.
Although the layout here is fairly simplistic, the format is free-form and can be styled in in a variety of ways which do not follow a grid style format. This tutorial will be covering some more in-depth topics of dealing with datasources, both remote and locally created arrays, as well as the basics of binding datasources to HTML. Once the user has completed data entry, the changes will be committed back to TM1 in a single request.