The user interface of the application is composed of three forms. The main form AddWorkOrderForm provides for the entry of the fields required to create a work order, as well as a few optional fields. The LoginForm is used to gather the User ID and Password and AboutForm, accessed by pressing the F1 key, displays the application title and the copyright information.
When the AddWorkOrderForm displays, all the fields are read-only until an organization
is selected. The organization is selected by clicking the lookup icon ( ) and selecting the desired organization from the list presented in the opened lookup
dialog.
Once the organization is selected, all the read-only fields will be switched to allow editing. Enter information into all the required fields and any desired optional fields. Any field that is followed by a lookup icon can be filled in by clicking on the icon and selecting a value from the dialog that opens.
The Submit button triggers the AddWorkOrder web service. See AddWorkOrder Sample.