To write a form extension for the sales order form, SalesTable, follow these steps:
- Locate the desired form in the Application Explorer, right click on it and choose Create extension. This will add a new form extension to our project.
- Locate the new form extension in our project, and rename it so it will remain globally unique, for example, SalesTable.Con.
- Open the form extension in the designer.
- We can now drag any field or field group, including extension fields that are available to the current package, to the design.
- We can also choose to change properties of the controls on the form's design. The rule here is that, if it lets you change, it will work.
Remember that whilst doing this, all changes should be at the lowest ...