These are usually fine as default for development, but we often want to test our code using the sample data that comes with the virtual machine.
To set up the common parameters, follow these steps:
- Right-click on the project in Solution Explorer and choose Properties.
- To save time whilst debugging, you select which object you wish to start with. To start with the form SalesTable, set the Startup Object Type option to Form, and Startup Object to SalesTable.
- Set Company to USMF or any other company you wish to start with when debugging.
- Leave Partition as initial. These are now only supported for certain unit test scenarios.
- If you wish to always synchronize the database on build, you can set Synchronize Database ...