Environment Setup

The first step is to create de Knowledge Base where we will develop the exercise. To do this, select the New -->  Knowledge Base option under the File menu.

EnviromentSetup_img01

Name the KB as “WWPTraining” and select ‘C#’ as the prototype environment.

EnviromentSetup_img02

You need to download and import the transactions we will be using in the training. Import the .xpz named “WWPTraining_Transactions” so you will import the required transactions to develop the application.

EnviromentSetup_img03

Select the file "WWPTraining_Transactions" and press the "Import" button to begin the import.

EnviromentSetup_img04

Comment: the WWPTraining_Transactions.xpz is located in the folder that you have already downloaded with the training material.

Now, do F5 in order to execute the application for the first time. If the application is not deployed in the cloud, you must configure the DataBase the first time that you run the application, for example, using the server SQL Server of your computer. 
 
Create the tables in the Database: 
EnviromentSetup_img05

 

Now, everything is ready to begin the training :)