The ERP Solution Wizard has successfully generated the solution according to your settings.

  • The Tests.Module project keeps your platform-agnostic code. Add domain components code to the Business Objects folder of this project and XAF will automatically create a UI to create, read, update and delete these objects.
  • The Tests.App project keeps your platform-agnostic code. AppModule allocates platform independent libraries and settings in a separate module. Now when designing platform-dependent module, it is enough to add customized AppModule, rather than duplicate the entire set of core libraries and settings.
  • The Tests.Win project is a startup project for the desktop application.
  • To specify the database used by your application, modify the ConnectionString attribute in the configuration file located in the startup project.

2. Customize UI metadata