Infor M3 Example: Creating a list and detail panel mashup using data from Item Master (MMS001)

The example in this section walks you through creating a simple but powerful application for viewing a list and then, when the user clicks on a record in the list, being able to view details.

There are several ways to create the example shown here. For example, you could perform many of the steps shown here by working directly with XAML code. However, this section assumes that the reader is not an experienced software developer. The emphasis in this section is on helping the reader to understand how to do something by providing a significant amount of detail so that you will be successful when attempting to create your own mashup.

It is not necessary to perform all the steps in the order we shown them here. For example, creating a project does not have to be the first task when you build a mashup. You could create a XAML file now and then later associate it with a project. Again, the emphasis here is on explaining the reasons so that you can be successful on your own later.

The example is presented in several iterations, each one adding some complexity.

Note: The examples in this section demonstrate the menu-driven method for editing the grid. You an do many of these procedures using the Preview/Edit method.