How to Use Structured Data in a Form

The How to Use Structured Data in a Form tutorial looks in more depth at the interaction between the business object modeler and forms. You learn how to make use of class types and their attributes, and see how changes to settings for the attributes in the business object model influence the way the forms are rendered.

You should work through each section in turn to complete the tutorial.

The procedures in this tutorial enable you to use the business object model to do the following:

  • Examine an existing business process and understand the interactions between the form controls and the attributes in the business object model.
  • Make controls on the form required or optional.
  • Specify choice values for a control by using an enumeration.
  • Change the order in which controls appear on the form.
  • Modify the labels for the controls on a form.
  • Add validations for controls on the form by specifying constraints for the attributes in the business object model.
  • Use a grid pane to edit an array of objects.
  • Use an action script to update an instance of an object.

You need to perform a sequence of tasks to complete this tutorial.