Deploying and Testing the Project

You can now deploy and test the project. You should already have a deployment server available, for example the one you created in the How to Implement and Deploy the WelcomeUsers Application tutorial.

You can upgrade an application by deploying a version of it with a higher version number. For the CustomerServices project:

Procedure

  1. The version you created in the How to Deliver Work by Email tutorial was defined by default as version 1.0.0.qualifier.
  2. The CustomerServicesSolution project, which you may have downloaded to compare with your solution to the earlier tutorial, is defined as version 2.0.0.qualifier. This enables you to deploy and test that solution, if you wish, without deleting your own version from the runtime.
  3. You have amended this version of the project to Version 3.0.0.qualifier.

Result

Since the CustomerServices project references the organization model in the EasyAsExtendedOMSolution project, that organization model must be deployed for the CustomerServices project to be able to run.

This tutorial assumes that the push destination that you set up in the How to Deliver Work by Email tutorial is still in place.