Adding a BOM Class or Form Parameter to a Form

You can create an embeddable form UI components directly from a BOM class.

Write the task in procedure format post conversion.

Select a BOM class in the Project Explorer and drop it in the Form Designer canvas. All the UI components associated with the BOM class are automatically created on the form.

Similarly, you can select a form parameter in the Outline view and drop it in the Form Designer canvas. This will also automatically create all the UI components associated with the parameter.

Note: It is recommended to define a separate project with all the reusable embeddable forms along with the BOM classes they represent. Add this project as a dependency in other projects to make use of the data model.