@@ -26,43 +26,60 @@ author_profile: https://github.com/raz-korn
2626
2727### Create a project
2828
29- 1 . Enter the ** Dev Space** you created in [ Set Up SAP Business Application Studio for App Development in the Trial Environment] ( appstudio-lcap-onboarding-trial ) .
29+ 1 . Enter the ** Dev Space** you created in [ Set Up SAP Business Application Studio for App Development in the Trial Environment] ( appstudio-lcap-onboarding-trial ) .
3030
31- 2 . If no project exists in a dev space the ** Create Project ** dialog box opens. Enter the ** Project Name ** , for example, ` CapitalExpenditures ` , and click ** Create ** .
31+ 2 . Wait for the "We have finished installing all tools and templates for you, enjoy your work!" notification .
3232
33- <!-- border --> 
33+ > Loading SAP Business Application Studio may take some time, especially if it's the first time in a day.
3434
35- If a project already exists in your dev space, you can create an additional project by selecting ** Project -> Create ** in the Home tab.
35+ <!-- border --> 
3636
37- <!-- border --> 
37+ > Close the notification icon at the bottom of the screen (optional).
3838
39- 3 . Wait for the homepage of SAP Business Application Studio to load with the new project.
39+ 3 . If no project exists in your dev space you have to create a new project. To do so open the ** Project Explorer ** .
4040
41- > Wait for the "We have finished installing all tools and templates for you, enjoy your work!" notification.
41+ <!-- border --> 
4242
43- > Loading SAP Business Application Studio may take some time, especially if it's the first time in a day .
43+ 4 . From the Project Explorer select the button ** Create Project ** .
4444
45- <!-- border --> 
45+ <!-- border --> 
4646
47- > Close the notification icon at the bottom of the screen (optional).
47+ 5 . On the right side a new page opens. Select ** Generator Full-Stack Project (Productivity Toolkit)** and press the button ** Start** .
48+
49+ <!-- border --> 
50+
51+ 6 . Enter the ** Project Name** , for example, ` CapitalExpenditures ` , and click ** Finish** .
52+
53+ <!-- border --> 
54+
55+ 7 . If a project already exists in your dev space, you can create an additional project by selecting the ** +** button in the ** Project Explorer** .
56+
57+ <!-- border --> 
4858
4959
5060### Model your data - Entities
5161
62+ 1 . To open the home tab please select the ** Project Explorer** from the menu on the left.
63+
64+ <!-- border --> 
65+
66+ 2 . From the Project Explorer select the entry ** Home** .
67+
68+ <!-- border --> 
5269
53- 1 . From the homepage, click the ** +** of the ** Data Models** tile to add a data model to your project.
70+ 3 . From the homepage, click the ** +** of the ** Data Models** tile to add a data model to your project.
5471
5572 <!-- border --> 
5673
57- 2 . Provide an ** Entity Name** for the entity, for example, ** ` Capex ` ** .
74+ 4 . Provide an ** Entity Name** for the entity, for example, ** ` Capex ` ** .
5875
5976 <!-- border --> 
6077
61- 3 . Click the ** +** to add a property to the ** ` Capex ` ** entity.
78+ 5 . Click the ** +** to add a property to the ** ` Capex ` ** entity.
6279
6380 <!-- border --> 
6481
65- 4 . Select the following:
82+ 6 . Select the following:
6683
6784 | Step | Parameter | Value |
6885 | :-----| :----------| :------|
@@ -76,7 +93,7 @@ author_profile: https://github.com/raz-korn
7693
7794 <!-- border --> 
7895
79- 5 . Add the following property (click ** +** ). When done with adding the properties choose ** Create** .
96+ 7 . Add the following property (click ** +** ). When done with adding the properties choose ** Create** .
8097
8198 | Step | Parameter | Value |
8299 | :-----| :----------| :------|
@@ -93,7 +110,7 @@ author_profile: https://github.com/raz-korn
93110
94111 <!-- border --> 
95112
96- 6 . To add another data model to your project click the ` Add Entity ` button in the ** Data Model Editor** tab.
113+ 8 . To add another data model to your project click the ` Add Entity ` button in the ** Data Model Editor** tab.
97114
98115 <!-- border --> 
99116
@@ -103,15 +120,15 @@ author_profile: https://github.com/raz-korn
103120
104121 <!-- border --> 
105122
106- 7 . Provide an ** Entity Name** for the entity, for example, ** Contractors** .
123+ 9 . Provide an ** Entity Name** for the entity, for example, ** Contractors** .
107124
108125 <!-- border --> 
109126
110- 8 . Change the ** Property Name** of the ** ID** property to ** contractor** , and its ** Property Type** to ** Integer** .
127+ 10 . Change the ** Property Name** of the ** ID** property to ** contractor** , and its ** Property Type** to ** Integer** .
111128
112129 <!-- border --> 
113130
114- 9 . Add the following property to the ** Contractors** entity, and choose ** Update** .
131+ 11 . Add the following property to the ** Contractors** entity, and choose ** Update** .
115132
116133 | Step | Parameter | Value |
117134 | :-----| :----------| :------|
0 commit comments